Html Css Color HEX #05365D Prussian Blue

📋 copy color: '#05365D'

red 5 ◦ green 54 ◦ blue 93

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

Shades of Prussian Blue #05365D

Tints of Prussian Blue #05365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.53%

 BLUE value IS 93 (36.72% from 255) = 61.18%

R = 3.29%
G = 35.53%
B = 61.18%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05365D (or 0x05365D) is known color: Prussian Blue. HEX triplet: 05, 36 and 5D. RGB value is (5,54,93). Sum of RGB (Red+Green+Blue) = 5+54+93=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #05365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05365D is #FAC9A2. Grayscale: #2B2B2B. Windows color (decimal): -16435619 or 6108677. OLE color: 6108677.

HSL color Cylindrical-coordinate representation of color #05365D: hue angle of 206.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05365D is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 54 93 -
CMYK 0.95 0.42 0 0.64
HSL 206.59º 0.9% 0.19% -
HSV(B) 206.59º 0.95% 0.36% -
XYZ 3.36 3.46 10.85 -
YUV 43.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 5 54 93 0.95 0.42 0 0.64 206.59 0.9 0.19
Hex 5 36 5D 5F 2A 0 40 CF 5A 13
Octal 5 66 135 137 52 0 100 317 132 23
Binary 101 110110 1011101 1011111 101010 0 1000000 11001111 1011010 10011

Color Harmonies of #05365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05365D

Black with #05365D

Text Example


Text Example

White with #05365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,54,93); }

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

background-color css

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

 a { background-color: rgb(5,54,93); }

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

border-color css

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

 span { border-color: rgb(5,54,93); }

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