#10427F

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

Shades of Dark Cerulean #10427F

Tints of Dark Cerulean #10427F

Color information

#10427F (or 0x10427F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 42 and 7F. RGB value is (16,66,127). Sum of RGB (Red+Green+Blue) = 16+66+127=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #10427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10427F is #EFBD80. Grayscale: #393939. Windows color (decimal): -15711617 or 8339984. OLE color: 8339984.

HSL color Cylindrical-coordinate representation of color #10427F: hue angle of 212.97º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10427F is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1666127-
CMYK0.870.4800.50
HSL212.97º77.62%28.04%-
HSV(B)212.97º87.4%49.8%-
XYZ5.995.5420.83-
YUV58166.9498.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 127 (50% from 255) = 60.77%
R=7.66%
G=31.58%
B=60.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16661270.870.4800.50212.9777.6228.04
Hex10427F5730032d54e1c
Octal201021771276006232511634
Binary10000100001011111111010111110000011001011010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,66,127); }

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

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

 a { background-color: rgb(16,66,127); }

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

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

 span { border-color: rgb(16,66,127); }

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