Html Css Color HEX #05436C Dark Cerulean

📋 copy color: '#05436C'

red 5 ◦ green 67 ◦ blue 108

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

Shades of Dark Cerulean #05436C

Tints of Dark Cerulean #05436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.22%

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

R = 2.78%
G = 37.22%
B = 60%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05436C (or 0x05436C) is known color: Dark Cerulean. HEX triplet: 05, 43 and 6C. RGB value is (5,67,108). Sum of RGB (Red+Green+Blue) = 5+67+108=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #05436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05436C is #FABC93. Grayscale: #343434. Windows color (decimal): -16432276 or 7095045. OLE color: 7095045.

HSL color Cylindrical-coordinate representation of color #05436C: hue angle of 203.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05436C is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 67 108 -
CMYK 0.95 0.38 0 0.58
HSL 203.88º 0.91% 0.22% -
HSV(B) 203.88º 0.95% 0.42% -
XYZ 4.78 5.13 14.93 -
YUV 53.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 5 67 108 0.95 0.38 0 0.58 203.88 0.91 0.22
Hex 5 43 6C 5F 26 0 3A CC 5B 16
Octal 5 103 154 137 46 0 72 314 133 26
Binary 101 1000011 1101100 1011111 100110 0 111010 11001100 1011011 10110

Color Harmonies of #05436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05436C

Black with #05436C

Text Example


Text Example

White with #05436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,67,108); }

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

background-color css

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

 a { background-color: rgb(5,67,108); }

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

border-color css

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

 span { border-color: rgb(5,67,108); }

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