Html Css Color HEX #05426E Dark Cerulean

📋 copy color: '#05426E'

red 5 ◦ green 66 ◦ blue 110

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

Shades of Dark Cerulean #05426E

Tints of Dark Cerulean #05426E

RGB

 RED value IS 5 (2.34% from 255) = 2.76%

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

 BLUE value IS 110 (43.36% from 255) = 60.77%

R = 2.76%
G = 36.46%
B = 60.77%

CMYK

 C value IS 0.95

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05426E (or 0x05426E) is known color: Dark Cerulean. HEX triplet: 05, 42 and 6E. RGB value is (5,66,110). Sum of RGB (Red+Green+Blue) = 5+66+110=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #05426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05426E is #FABD91. Grayscale: #343434. Windows color (decimal): -16432530 or 7225861. OLE color: 7225861.

HSL color Cylindrical-coordinate representation of color #05426E: hue angle of 205.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05426E is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 66 110 -
CMYK 0.95 0.4 0 0.57
HSL 205.14º 0.91% 0.23% -
HSV(B) 205.14º 0.95% 0.43% -
XYZ 4.83 5.05 15.47 -
YUV 52.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 5 66 110 0.95 0.4 0 0.57 205.14 0.91 0.23
Hex 5 42 6E 5F 28 0 39 CD 5B 17
Octal 5 102 156 137 50 0 71 315 133 27
Binary 101 1000010 1101110 1011111 101000 0 111001 11001101 1011011 10111

Color Harmonies of #05426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05426E

Black with #05426E

Text Example


Text Example

White with #05426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,66,110); }

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

background-color css

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

 a { background-color: rgb(5,66,110); }

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

border-color css

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

 span { border-color: rgb(5,66,110); }

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