Html Css Color HEX #05375C Prussian Blue

📋 copy color: '#05375C'

red 5 ◦ green 55 ◦ blue 92

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

Shades of Prussian Blue #05375C

Tints of Prussian Blue #05375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.53%

R = 3.29%
G = 36.18%
B = 60.53%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05375C (or 0x05375C) is known color: Prussian Blue. HEX triplet: 05, 37 and 5C. RGB value is (5,55,92). Sum of RGB (Red+Green+Blue) = 5+55+92=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #05375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05375C is #FAC8A3. Grayscale: #2C2C2C. Windows color (decimal): -16435364 or 6043397. OLE color: 6043397.

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

Color convert

RGB 5 55 92 -
CMYK 0.95 0.40 0 0.64
HSL 205.52º 0.9% 0.19% -
HSV(B) 205.52º 0.95% 0.36% -
XYZ 3.36 3.54 10.63 -
YUV 44.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 5 55 92 0.95 0.40 0 0.64 205.52 0.9 0.19
Hex 5 37 5C 5F 28 0 40 CE 5A 13
Octal 5 67 134 137 50 0 100 316 132 23
Binary 101 110111 1011100 1011111 101000 0 1000000 11001110 1011010 10011

Color Harmonies of #05375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05375C

Black with #05375C

Text Example


Text Example

White with #05375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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