Html Css Color HEX #05375A Prussian Blue

📋 copy color: '#05375A'

red 5 ◦ green 55 ◦ blue 90

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

Shades of Prussian Blue #05375A

Tints of Prussian Blue #05375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 60%

R = 3.33%
G = 36.67%
B = 60%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05375A (or 0x05375A) is known color: Prussian Blue. HEX triplet: 05, 37 and 5A. RGB value is (5,55,90). Sum of RGB (Red+Green+Blue) = 5+55+90=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #05375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05375A is #FAC8A5. Grayscale: #2B2B2B. Windows color (decimal): -16435366 or 5912325. OLE color: 5912325.

HSL color Cylindrical-coordinate representation of color #05375A: hue angle of 204.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05375A is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 55 90 -
CMYK 0.94 0.39 0 0.65
HSL 204.71º 0.89% 0.19% -
HSV(B) 204.71º 0.94% 0.35% -
XYZ 3.27 3.5 10.18 -
YUV 44.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 5 55 90 0.94 0.39 0 0.65 204.71 0.89 0.19
Hex 5 37 5A 5E 27 0 41 CD 59 13
Octal 5 67 132 136 47 0 101 315 131 23
Binary 101 110111 1011010 1011110 100111 0 1000001 11001101 1011001 10011

Color Harmonies of #05375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05375A

Black with #05375A

Text Example


Text Example

White with #05375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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