Html Css Color HEX #05396C Prussian Blue

📋 copy color: '#05396C'

red 5 ◦ green 57 ◦ blue 108

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

Shades of Prussian Blue #05396C

Tints of Prussian Blue #05396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 63.53%

R = 2.94%
G = 33.53%
B = 63.53%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05396C (or 0x05396C) is known color: Prussian Blue. HEX triplet: 05, 39 and 6C. RGB value is (5,57,108). Sum of RGB (Red+Green+Blue) = 5+57+108=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #05396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05396C is #FAC693. Grayscale: #2F2F2F. Windows color (decimal): -16434836 or 7092485. OLE color: 7092485.

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

Color convert

RGB 5 57 108 -
CMYK 0.95 0.47 0 0.58
HSL 209.71º 0.91% 0.22% -
HSV(B) 209.71º 0.95% 0.42% -
XYZ 4.23 4.04 14.74 -
YUV 47.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 5 57 108 0.95 0.47 0 0.58 209.71 0.91 0.22
Hex 5 39 6C 5F 2F 0 3A D2 5B 16
Octal 5 71 154 137 57 0 72 322 133 26
Binary 101 111001 1101100 1011111 101111 0 111010 11010010 1011011 10110

Color Harmonies of #05396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05396C

Black with #05396C

Text Example


Text Example

White with #05396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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