Html Css Color HEX #05375E Prussian Blue

📋 copy color: '#05375E'

red 5 ◦ green 55 ◦ blue 94

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

Shades of Prussian Blue #05375E

Tints of Prussian Blue #05375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.04%

R = 3.25%
G = 35.71%
B = 61.04%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05375E (or 0x05375E) is known color: Prussian Blue. HEX triplet: 05, 37 and 5E. RGB value is (5,55,94). Sum of RGB (Red+Green+Blue) = 5+55+94=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #05375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05375E is #FAC8A1. Grayscale: #2C2C2C. Windows color (decimal): -16435362 or 6174469. OLE color: 6174469.

HSL color Cylindrical-coordinate representation of color #05375E: hue angle of 206.29º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05375E is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 55 94 -
CMYK 0.95 0.41 0 0.63
HSL 206.29º 0.9% 0.19% -
HSV(B) 206.29º 0.95% 0.37% -
XYZ 3.45 3.57 11.1 -
YUV 44.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 5 55 94 0.95 0.41 0 0.63 206.29 0.9 0.19
Hex 5 37 5E 5F 29 0 3F CE 5A 13
Octal 5 67 136 137 51 0 77 316 132 23
Binary 101 110111 1011110 1011111 101001 0 111111 11001110 1011010 10011

Color Harmonies of #05375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05375E

Black with #05375E

Text Example


Text Example

White with #05375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05375E; }

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

 H1.HeaderClassName
 {
   color: #05375E;
 }
 .AnyTagClassName
 {
   color: #05375E;
 }
</style>

background-color css

<style>
 a { background-color: #05375E; }

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

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

border-color css

<style>
 span { border-color: #05375E; }

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

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