Html Css Color HEX #05426F Dark Cerulean

📋 copy color: '#05426F'

red 5 ◦ green 66 ◦ blue 111

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

Shades of Dark Cerulean #05426F

Tints of Dark Cerulean #05426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.99%

R = 2.75%
G = 36.26%
B = 60.99%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05426F (or 0x05426F) is known color: Dark Cerulean. HEX triplet: 05, 42 and 6F. RGB value is (5,66,111). Sum of RGB (Red+Green+Blue) = 5+66+111=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #05426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05426F is #FABD90. Grayscale: #343434. Windows color (decimal): -16432529 or 7291397. OLE color: 7291397.

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

Color convert

RGB 5 66 111 -
CMYK 0.95 0.41 0 0.56
HSL 205.47º 0.91% 0.23% -
HSV(B) 205.47º 0.95% 0.44% -
XYZ 4.88 5.08 15.76 -
YUV 52.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 5 66 111 0.95 0.41 0 0.56 205.47 0.91 0.23
Hex 5 42 6F 5F 29 0 38 CD 5B 17
Octal 5 102 157 137 51 0 70 315 133 27
Binary 101 1000010 1101111 1011111 101001 0 111000 11001101 1011011 10111

Color Harmonies of #05426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05426F

Black with #05426F

Text Example


Text Example

White with #05426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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