Html Css Color HEX #05366A Prussian Blue

📋 copy color: '#05366A'

red 5 ◦ green 54 ◦ blue 106

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

Shades of Prussian Blue #05366A

Tints of Prussian Blue #05366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 64.24%

R = 3.03%
G = 32.73%
B = 64.24%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05366A (or 0x05366A) is known color: Prussian Blue. HEX triplet: 05, 36 and 6A. RGB value is (5,54,106). Sum of RGB (Red+Green+Blue) = 5+54+106=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #05366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05366A is #FAC995. Grayscale: #2D2D2D. Windows color (decimal): -16435606 or 6960645. OLE color: 6960645.

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

Color convert

RGB 5 54 106 -
CMYK 0.95 0.49 0 0.58
HSL 210.89º 0.91% 0.22% -
HSV(B) 210.89º 0.95% 0.42% -
XYZ 3.98 3.71 14.14 -
YUV 45.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 5 54 106 0.95 0.49 0 0.58 210.89 0.91 0.22
Hex 5 36 6A 5F 31 0 3A D3 5B 16
Octal 5 66 152 137 61 0 72 323 133 26
Binary 101 110110 1101010 1011111 110001 0 111010 11010011 1011011 10110

Color Harmonies of #05366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05366A

Black with #05366A

Text Example


Text Example

White with #05366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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