Html Css Color HEX #05377D Dark Cerulean

📋 copy color: '#05377D'

red 5 ◦ green 55 ◦ blue 125

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

Shades of Dark Cerulean #05377D

Tints of Dark Cerulean #05377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

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

R = 2.7%
G = 29.73%
B = 67.57%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05377D (or 0x05377D) is known color: Dark Cerulean. HEX triplet: 05, 37 and 7D. RGB value is (5,55,125). Sum of RGB (Red+Green+Blue) = 5+55+125=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #05377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05377D is #FAC882. Grayscale: #2F2F2F. Windows color (decimal): -16435331 or 8206085. OLE color: 8206085.

HSL color Cylindrical-coordinate representation of color #05377D: hue angle of 215º 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 #05377D is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 55 125 -
CMYK 0.96 0.56 0 0.51
HSL 215º 0.92% 0.25% -
HSV(B) 215º 0.96% 0.49% -
XYZ 5.13 4.25 19.95 -
YUV 48.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 5 55 125 0.96 0.56 0 0.51 215 0.92 0.25
Hex 5 37 7D 60 38 0 33 D7 5C 19
Octal 5 67 175 140 70 0 63 327 134 31
Binary 101 110111 1111101 1100000 111000 0 110011 11010111 1011100 11001

Color Harmonies of #05377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05377D

Black with #05377D

Text Example


Text Example

White with #05377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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