#10427D

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

Shades of Dark Cerulean #10427D

Tints of Dark Cerulean #10427D

Color information

#10427D (or 0x10427D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 42 and 7D. RGB value is (16,66,125). Sum of RGB (Red+Green+Blue) = 16+66+125=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #10427D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10427D is #EFBD82. Grayscale: #393939. Windows color (decimal): -15711619 or 8208912. OLE color: 8208912.

HSL color Cylindrical-coordinate representation of color #10427D: hue angle of 212.48º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10427D is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1666125-
CMYK0.870.4700.51
HSL212.48º77.3%27.65%-
HSV(B)212.48º87.2%49.02%-
XYZ5.865.4920.15-
YUV57.78165.9498.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=7.73%
G=31.88%
B=60.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16661250.870.4700.51212.4877.327.65
Hex10427D572F033d44d1c
Octal201021751275706332411534
Binary10000100001011111011010111101111011001111010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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