Html Css Color HEX #05376F Prussian Blue

📋 copy color: '#05376F'

red 5 ◦ green 55 ◦ blue 111

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

Shades of Prussian Blue #05376F

Tints of Prussian Blue #05376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.91%

R = 2.92%
G = 32.16%
B = 64.91%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05376F (or 0x05376F) is known color: Prussian Blue. HEX triplet: 05, 37 and 6F. RGB value is (5,55,111). Sum of RGB (Red+Green+Blue) = 5+55+111=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #05376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05376F is #FAC890. Grayscale: #2E2E2E. Windows color (decimal): -16435345 or 7288581. OLE color: 7288581.

HSL color Cylindrical-coordinate representation of color #05376F: hue angle of 211.7º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05376F is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 55 111 -
CMYK 0.95 0.50 0 0.56
HSL 211.7º 0.91% 0.23% -
HSV(B) 211.7º 0.95% 0.44% -
XYZ 4.3 3.91 15.57 -
YUV 46.43 164.44 98.45 -
System Red Green Blue C M Y K H S L
Decimal 5 55 111 0.95 0.50 0 0.56 211.7 0.91 0.23
Hex 5 37 6F 5F 32 0 38 D4 5B 17
Octal 5 67 157 137 62 0 70 324 133 27
Binary 101 110111 1101111 1011111 110010 0 111000 11010100 1011011 10111

Color Harmonies of #05376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05376F

Black with #05376F

Text Example


Text Example

White with #05376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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