Html Css Color HEX #05366D Prussian Blue

📋 copy color: '#05366D'

red 5 ◦ green 54 ◦ blue 109

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

Shades of Prussian Blue #05366D

Tints of Prussian Blue #05366D

RGB

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

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

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

R = 2.98%
G = 32.14%
B = 64.88%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05366D (or 0x05366D) is known color: Prussian Blue. HEX triplet: 05, 36 and 6D. RGB value is (5,54,109). Sum of RGB (Red+Green+Blue) = 5+54+109=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #05366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05366D is #FAC992. Grayscale: #2D2D2D. Windows color (decimal): -16435603 or 7157253. OLE color: 7157253.

HSL color Cylindrical-coordinate representation of color #05366D: hue angle of 211.73º 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 #05366D is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 54 109 -
CMYK 0.95 0.50 0 0.57
HSL 211.73º 0.91% 0.22% -
HSV(B) 211.73º 0.95% 0.43% -
XYZ 4.14 3.77 14.98 -
YUV 45.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 5 54 109 0.95 0.50 0 0.57 211.73 0.91 0.22
Hex 5 36 6D 5F 32 0 39 D4 5B 16
Octal 5 66 155 137 62 0 71 324 133 26
Binary 101 110110 1101101 1011111 110010 0 111001 11010100 1011011 10110

Color Harmonies of #05366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05366D

Black with #05366D

Text Example


Text Example

White with #05366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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