Html Css Color HEX #10426C Dark Cerulean

📋 copy color: '#10426C'

red 16 ◦ green 66 ◦ blue 108

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

Shades of Dark Cerulean #10426C

Tints of Dark Cerulean #10426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 8.42%
G = 34.74%
B = 56.84%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10426C (or 0x10426C) is known color: Dark Cerulean. HEX triplet: 10, 42 and 6C. RGB value is (16,66,108). Sum of RGB (Red+Green+Blue) = 16+66+108=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #10426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10426C is #EFBD93. Grayscale: #373737. Windows color (decimal): -15711636 or 7094800. OLE color: 7094800.

HSL color Cylindrical-coordinate representation of color #10426C: hue angle of 207.39º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10426C is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 66 108 -
CMYK 0.85 0.39 0 0.58
HSL 207.39º 0.74% 0.24% -
HSV(B) 207.39º 0.85% 0.42% -
XYZ 4.87 5.09 14.91 -
YUV 55.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 16 66 108 0.85 0.39 0 0.58 207.39 0.74 0.24
Hex 10 42 6C 55 27 0 3A CF 4A 18
Octal 20 102 154 125 47 0 72 317 112 30
Binary 10000 1000010 1101100 1010101 100111 0 111010 11001111 1001010 11000

Color Harmonies of #10426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10426C

Black with #10426C

Text Example


Text Example

White with #10426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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