Html Css Color HEX #05377F Dark Cerulean

📋 copy color: '#05377F'

red 5 ◦ green 55 ◦ blue 127

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

Shades of Dark Cerulean #05377F

Tints of Dark Cerulean #05377F

RGB

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

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

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

R = 2.67%
G = 29.41%
B = 67.91%

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

#05377F (or 0x05377F) is known color: Dark Cerulean. HEX triplet: 05, 37 and 7F. RGB value is (5,55,127). Sum of RGB (Red+Green+Blue) = 5+55+127=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #05377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05377F is #FAC880. Grayscale: #2F2F2F. Windows color (decimal): -16435329 or 8337157. OLE color: 8337157.

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

Color convert

RGB 5 55 127 -
CMYK 0.96 0.57 0 0.50
HSL 215.41º 0.92% 0.26% -
HSV(B) 215.41º 0.96% 0.5% -
XYZ 5.26 4.3 20.63 -
YUV 48.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 5 55 127 0.96 0.57 0 0.50 215.41 0.92 0.26
Hex 5 37 7F 60 39 0 32 D7 5C 1A
Octal 5 67 177 140 71 0 62 327 134 32
Binary 101 110111 1111111 1100000 111001 0 110010 11010111 1011100 11010

Color Harmonies of #05377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05377F

Black with #05377F

Text Example


Text Example

White with #05377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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