Html Css Color HEX #05395A Prussian Blue

📋 copy color: '#05395A'

red 5 ◦ green 57 ◦ blue 90

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

Shades of Prussian Blue #05395A

Tints of Prussian Blue #05395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.5%

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

R = 3.29%
G = 37.5%
B = 59.21%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05395A (or 0x05395A) is known color: Prussian Blue. HEX triplet: 05, 39 and 5A. RGB value is (5,57,90). Sum of RGB (Red+Green+Blue) = 5+57+90=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #05395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05395A is #FAC6A5. Grayscale: #2D2D2D. Windows color (decimal): -16434854 or 5912837. OLE color: 5912837.

HSL color Cylindrical-coordinate representation of color #05395A: hue angle of 203.29º 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 #05395A is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 57 90 -
CMYK 0.94 0.37 0 0.65
HSL 203.29º 0.89% 0.19% -
HSV(B) 203.29º 0.94% 0.35% -
XYZ 3.37 3.7 10.21 -
YUV 45.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 5 57 90 0.94 0.37 0 0.65 203.29 0.89 0.19
Hex 5 39 5A 5E 25 0 41 CB 59 13
Octal 5 71 132 136 45 0 101 313 131 23
Binary 101 111001 1011010 1011110 100101 0 1000001 11001011 1011001 10011

Color Harmonies of #05395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05395A

Black with #05395A

Text Example


Text Example

White with #05395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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