Html Css Color HEX #10427E Dark Cerulean

📋 copy color: '#10427E'

red 16 ◦ green 66 ◦ blue 126

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

Shades of Dark Cerulean #10427E

Tints of Dark Cerulean #10427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.58%

R = 7.69%
G = 31.73%
B = 60.58%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10427E (or 0x10427E) is known color: Dark Cerulean. HEX triplet: 10, 42 and 7E. RGB value is (16,66,126). Sum of RGB (Red+Green+Blue) = 16+66+126=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #10427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10427E is #EFBD81. Grayscale: #393939. Windows color (decimal): -15711618 or 8274448. OLE color: 8274448.

HSL color Cylindrical-coordinate representation of color #10427E: hue angle of 212.73º 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 #10427E is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 66 126 -
CMYK 0.87 0.48 0 0.51
HSL 212.73º 0.77% 0.28% -
HSV(B) 212.73º 0.87% 0.49% -
XYZ 5.93 5.51 20.49 -
YUV 57.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 16 66 126 0.87 0.48 0 0.51 212.73 0.77 0.28
Hex 10 42 7E 57 30 0 33 D5 4D 1C
Octal 20 102 176 127 60 0 63 325 115 34
Binary 10000 1000010 1111110 1010111 110000 0 110011 11010101 1001101 11100

Color Harmonies of #10427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10427E

Black with #10427E

Text Example


Text Example

White with #10427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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