#10468B

Color #10468B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #10468B

Tints of Dark Cerulean #10468B

Color information

#10468B (or 0x10468B) is unknown color: approx Dark Cerulean. HEX triplet: 10, 46 and 8B. RGB value is (16,70,139). Sum of RGB (Red+Green+Blue) = 16+70+139=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #10468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10468B is #EFB974. Grayscale: #3D3D3D. Windows color (decimal): -15710581 or 9127440. OLE color: 9127440.

HSL color Cylindrical-coordinate representation of color #10468B: hue angle of 213.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10468B is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1670139-
CMYK0.880.5000.45
HSL213.66º79.35%30.39%-
HSV(B)213.66º88.49%54.51%-
XYZ7.066.3525.28-
YUV61.72171.6195.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=7.11%
G=31.11%
B=61.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16701390.880.5000.45213.6679.3530.39
Hex10468B583202Dd64f1e
Octal201062131306205532611736
Binary100001000110100010111011000110010010110111010110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10468B; }

 p { color: rgb(16,70,139); }

 H1.HeaderClassName
 {
   color: #10468B;
 }
 .AnyTagClassName
 {
   color: #10468B;
 }
</style>
background-color css

<style>
 a { background-color: #10468B; }

 a { background-color: rgb(16,70,139); }

 div.DivClassName
 {
   background-color: #10468B;
 }
 .BgClassName
 {
   background-color: #10468B;
 }
</style>
border-color css

<style>
 span { border-color: #10468B; }

 span { border-color: rgb(16,70,139); }

 td.TdClassName
 {
   border-color: #10468B;
 }
 .TagClassName
 {
   border-color: #10468B;
 }
</style>