Html Css Color HEX #05366E Prussian Blue

📋 copy color: '#05366E'

red 5 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #05366E

Tints of Prussian Blue #05366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 65.09%

R = 2.96%
G = 31.95%
B = 65.09%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05366E (or 0x05366E) is known color: Prussian Blue. HEX triplet: 05, 36 and 6E. RGB value is (5,54,110). Sum of RGB (Red+Green+Blue) = 5+54+110=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #05366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05366E is #FAC991. Grayscale: #2D2D2D. Windows color (decimal): -16435602 or 7222789. OLE color: 7222789.

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

Color convert

RGB 5 54 110 -
CMYK 0.95 0.51 0 0.57
HSL 212º 0.91% 0.23% -
HSV(B) 212º 0.95% 0.43% -
XYZ 4.2 3.8 15.26 -
YUV 45.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 5 54 110 0.95 0.51 0 0.57 212 0.91 0.23
Hex 5 36 6E 5F 33 0 39 D4 5B 17
Octal 5 66 156 137 63 0 71 324 133 27
Binary 101 110110 1101110 1011111 110011 0 111001 11010100 1011011 10111

Color Harmonies of #05366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05366E

Black with #05366E

Text Example


Text Example

White with #05366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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