Html Css Color HEX #05367F Dark Cerulean

📋 copy color: '#05367F'

red 5 ◦ green 54 ◦ blue 127

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

Shades of Dark Cerulean #05367F

Tints of Dark Cerulean #05367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 68.28%

R = 2.69%
G = 29.03%
B = 68.28%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05367F (or 0x05367F) is known color: Dark Cerulean. HEX triplet: 05, 36 and 7F. RGB value is (5,54,127). Sum of RGB (Red+Green+Blue) = 5+54+127=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #05367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05367F is #FAC980. Grayscale: #2F2F2F. Windows color (decimal): -16435585 or 8336901. OLE color: 8336901.

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

Color convert

RGB 5 54 127 -
CMYK 0.96 0.57 0 0.50
HSL 215.9º 0.92% 0.26% -
HSV(B) 215.9º 0.96% 0.5% -
XYZ 5.21 4.2 20.62 -
YUV 47.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 5 54 127 0.96 0.57 0 0.50 215.9 0.92 0.26
Hex 5 36 7F 60 39 0 32 D8 5C 1A
Octal 5 66 177 140 71 0 62 330 134 32
Binary 101 110110 1111111 1100000 111001 0 110010 11011000 1011100 11010

Color Harmonies of #05367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05367F

Black with #05367F

Text Example


Text Example

White with #05367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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