Html Css Color HEX #05367D Dark Cerulean

📋 copy color: '#05367D'

red 5 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #05367D

Tints of Dark Cerulean #05367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 125 (49.22% from 255) = 67.93%

R = 2.72%
G = 29.35%
B = 67.93%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05367D (or 0x05367D) is known color: Dark Cerulean. HEX triplet: 05, 36 and 7D. RGB value is (5,54,125). Sum of RGB (Red+Green+Blue) = 5+54+125=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #05367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05367D is #FAC982. Grayscale: #2F2F2F. Windows color (decimal): -16435587 or 8205829. OLE color: 8205829.

HSL color Cylindrical-coordinate representation of color #05367D: hue angle of 215.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05367D is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 54 125 -
CMYK 0.96 0.57 0 0.51
HSL 215.5º 0.92% 0.25% -
HSV(B) 215.5º 0.96% 0.49% -
XYZ 5.08 4.15 19.94 -
YUV 47.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 5 54 125 0.96 0.57 0 0.51 215.5 0.92 0.25
Hex 5 36 7D 60 39 0 33 D8 5C 19
Octal 5 66 175 140 71 0 63 330 134 31
Binary 101 110110 1111101 1100000 111001 0 110011 11011000 1011100 11001

Color Harmonies of #05367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05367D

Black with #05367D

Text Example


Text Example

White with #05367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,54,125); }

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

background-color css

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

 a { background-color: rgb(5,54,125); }

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

border-color css

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

 span { border-color: rgb(5,54,125); }

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