Html Css Color HEX #10427C Dark Cerulean

📋 copy color: '#10427C'

red 16 ◦ green 66 ◦ blue 124

#10427C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #10427C

Tints of Dark Cerulean #10427C

RGB

 RED value IS 16 (6.64% from 255) = 7.77%

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 7.77%
G = 32.04%
B = 60.19%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10427C (or 0x10427C) is known color: Dark Cerulean. HEX triplet: 10, 42 and 7C. RGB value is (16,66,124). Sum of RGB (Red+Green+Blue) = 16+66+124=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #10427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10427C is #EFBD83. Grayscale: #393939. Windows color (decimal): -15711620 or 8143376. OLE color: 8143376.

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

Color convert

RGB 16 66 124 -
CMYK 0.87 0.47 0 0.51
HSL 212.22º 0.77% 0.27% -
HSV(B) 212.22º 0.87% 0.49% -
XYZ 5.8 5.46 19.82 -
YUV 57.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 16 66 124 0.87 0.47 0 0.51 212.22 0.77 0.27
Hex 10 42 7C 57 2F 0 33 D4 4D 1B
Octal 20 102 174 127 57 0 63 324 115 33
Binary 10000 1000010 1111100 1010111 101111 0 110011 11010100 1001101 11011

Color Harmonies of #10427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10427C

Black with #10427C

Text Example


Text Example

White with #10427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10427C;
 }
 .AnyTagClassName
 {
   color: #10427C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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