#10478F

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

Shades of Dark Cerulean #10478F

Tints of Dark Cerulean #10478F

Color information

#10478F (or 0x10478F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 47 and 8F. RGB value is (16,71,143). Sum of RGB (Red+Green+Blue) = 16+71+143=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #10478F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10478F is #EFB870. Grayscale: #3E3E3E. Windows color (decimal): -15710321 or 9389840. OLE color: 9389840.

HSL color Cylindrical-coordinate representation of color #10478F: hue angle of 214.02º 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 #10478F is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1671143-
CMYK0.890.5000.44
HSL214.02º79.87%31.18%-
HSV(B)214.02º88.81%56.08%-
XYZ7.426.626.87-
YUV62.76173.2894.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 143 (56.25% from 255) = 62.17%
R=6.96%
G=30.87%
B=62.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16711430.890.5000.44214.0279.8731.18
Hex10478F593202Cd6501f
Octal201072171316205432612037
Binary100001000111100011111011001110010010110011010110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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