#10468F

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

Shades of Dark Cerulean #10468F

Tints of Dark Cerulean #10468F

Color information

#10468F (or 0x10468F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 46 and 8F. RGB value is (16,70,143). Sum of RGB (Red+Green+Blue) = 16+70+143=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #10468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10468F is #EFB970. Grayscale: #3D3D3D. Windows color (decimal): -15710577 or 9389584. OLE color: 9389584.

HSL color Cylindrical-coordinate representation of color #10468F: hue angle of 214.49º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10468F is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1670143-
CMYK0.890.5100.44
HSL214.49º79.87%31.18%-
HSV(B)214.49º88.81%56.08%-
XYZ7.366.4726.85-
YUV62.18173.6195.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 143 (56.25% from 255) = 62.45%
R=6.99%
G=30.57%
B=62.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16701430.890.5100.44214.4979.8731.18
Hex10468F593302Cd6501f
Octal201062171316305432612037
Binary100001000110100011111011001110011010110011010110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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