Html Css Color HEX #05395F Prussian Blue

📋 copy color: '#05395F'

red 5 ◦ green 57 ◦ blue 95

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

Shades of Prussian Blue #05395F

Tints of Prussian Blue #05395F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 60.51%

R = 3.18%
G = 36.31%
B = 60.51%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05395F (or 0x05395F) is known color: Prussian Blue. HEX triplet: 05, 39 and 5F. RGB value is (5,57,95). Sum of RGB (Red+Green+Blue) = 5+57+95=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #05395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05395F is #FAC6A0. Grayscale: #2D2D2D. Windows color (decimal): -16434849 or 6240517. OLE color: 6240517.

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

Color convert

RGB 5 57 95 -
CMYK 0.95 0.40 0 0.63
HSL 205.33º 0.9% 0.2% -
HSV(B) 205.33º 0.95% 0.37% -
XYZ 3.59 3.78 11.37 -
YUV 45.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 5 57 95 0.95 0.40 0 0.63 205.33 0.9 0.2
Hex 5 39 5F 5F 28 0 3F CD 5A 14
Octal 5 71 137 137 50 0 77 315 132 24
Binary 101 111001 1011111 1011111 101000 0 111111 11001101 1011010 10100

Color Harmonies of #05395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05395F

Black with #05395F

Text Example


Text Example

White with #05395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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