Html Css Color HEX #053365 Prussian Blue

📋 copy color: '#053365'

red 5 ◦ green 51 ◦ blue 101

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

Shades of Prussian Blue #053365

Tints of Prussian Blue #053365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.48%

 BLUE value IS 101 (39.84% from 255) = 64.33%

R = 3.18%
G = 32.48%
B = 64.33%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#053365 (or 0x053365) is known color: Prussian Blue. HEX triplet: 05, 33 and 65. RGB value is (5,51,101). Sum of RGB (Red+Green+Blue) = 5+51+101=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #053365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053365 is #FACC9A. Grayscale: #2A2A2A. Windows color (decimal): -16436379 or 6632197. OLE color: 6632197.

HSL color Cylindrical-coordinate representation of color #053365: hue angle of 211.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053365 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 51 101 -
CMYK 0.95 0.50 0 0.60
HSL 211.25º 0.91% 0.21% -
HSV(B) 211.25º 0.95% 0.4% -
XYZ 3.6 3.34 12.77 -
YUV 42.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 5 51 101 0.95 0.50 0 0.60 211.25 0.91 0.21
Hex 5 33 65 5F 32 0 3C D3 5B 15
Octal 5 63 145 137 62 0 74 323 133 25
Binary 101 110011 1100101 1011111 110010 0 111100 11010011 1011011 10101

Color Harmonies of #053365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053365

Black with #053365

Text Example


Text Example

White with #053365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053365; }

 p { color: rgb(5,51,101); }

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

background-color css

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

 a { background-color: rgb(5,51,101); }

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

border-color css

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

 span { border-color: rgb(5,51,101); }

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