Html Css Color HEX #05426D Dark Cerulean

📋 copy color: '#05426D'

red 5 ◦ green 66 ◦ blue 109

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

Shades of Dark Cerulean #05426D

Tints of Dark Cerulean #05426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.56%

R = 2.78%
G = 36.67%
B = 60.56%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05426D (or 0x05426D) is known color: Dark Cerulean. HEX triplet: 05, 42 and 6D. RGB value is (5,66,109). Sum of RGB (Red+Green+Blue) = 5+66+109=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #05426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05426D is #FABD92. Grayscale: #343434. Windows color (decimal): -16432531 or 7160325. OLE color: 7160325.

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

Color convert

RGB 5 66 109 -
CMYK 0.95 0.39 0 0.57
HSL 204.81º 0.91% 0.22% -
HSV(B) 204.81º 0.95% 0.43% -
XYZ 4.77 5.03 15.19 -
YUV 52.66 159.79 94 -
System Red Green Blue C M Y K H S L
Decimal 5 66 109 0.95 0.39 0 0.57 204.81 0.91 0.22
Hex 5 42 6D 5F 27 0 39 CD 5B 16
Octal 5 102 155 137 47 0 71 315 133 26
Binary 101 1000010 1101101 1011111 100111 0 111001 11001101 1011011 10110

Color Harmonies of #05426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05426D

Black with #05426D

Text Example


Text Example

White with #05426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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