Html Css Color HEX #05366F Prussian Blue

📋 copy color: '#05366F'

red 5 ◦ green 54 ◦ blue 111

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

Shades of Prussian Blue #05366F

Tints of Prussian Blue #05366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 65.29%

R = 2.94%
G = 31.76%
B = 65.29%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05366F (or 0x05366F) is known color: Prussian Blue. HEX triplet: 05, 36 and 6F. RGB value is (5,54,111). Sum of RGB (Red+Green+Blue) = 5+54+111=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #05366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05366F is #FAC990. Grayscale: #2D2D2D. Windows color (decimal): -16435601 or 7288325. OLE color: 7288325.

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

Color convert

RGB 5 54 111 -
CMYK 0.95 0.51 0 0.56
HSL 212.26º 0.91% 0.23% -
HSV(B) 212.26º 0.95% 0.44% -
XYZ 4.25 3.82 15.55 -
YUV 45.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 5 54 111 0.95 0.51 0 0.56 212.26 0.91 0.23
Hex 5 36 6F 5F 33 0 38 D4 5B 17
Octal 5 66 157 137 63 0 70 324 133 27
Binary 101 110110 1101111 1011111 110011 0 111000 11010100 1011011 10111

Color Harmonies of #05366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05366F

Black with #05366F

Text Example


Text Example

White with #05366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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