Html Css Color HEX #05396D Prussian Blue

📋 copy color: '#05396D'

red 5 ◦ green 57 ◦ blue 109

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

Shades of Prussian Blue #05396D

Tints of Prussian Blue #05396D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 2.92%
G = 33.33%
B = 63.74%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05396D (or 0x05396D) is known color: Prussian Blue. HEX triplet: 05, 39 and 6D. RGB value is (5,57,109). Sum of RGB (Red+Green+Blue) = 5+57+109=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #05396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05396D is #FAC692. Grayscale: #2F2F2F. Windows color (decimal): -16434835 or 7158021. OLE color: 7158021.

HSL color Cylindrical-coordinate representation of color #05396D: hue angle of 210º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05396D is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 57 109 -
CMYK 0.95 0.48 0 0.57
HSL 210º 0.91% 0.22% -
HSV(B) 210º 0.95% 0.43% -
XYZ 4.29 4.06 15.03 -
YUV 47.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 5 57 109 0.95 0.48 0 0.57 210 0.91 0.22
Hex 5 39 6D 5F 30 0 39 D2 5B 16
Octal 5 71 155 137 60 0 71 322 133 26
Binary 101 111001 1101101 1011111 110000 0 111001 11010010 1011011 10110

Color Harmonies of #05396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05396D

Black with #05396D

Text Example


Text Example

White with #05396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05396D; }

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

 H1.HeaderClassName
 {
   color: #05396D;
 }
 .AnyTagClassName
 {
   color: #05396D;
 }
</style>

background-color css

<style>
 a { background-color: #05396D; }

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

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

border-color css

<style>
 span { border-color: #05396D; }

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

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