Html Css Color HEX #053469 Prussian Blue

📋 copy color: '#053469'

red 5 ◦ green 52 ◦ blue 105

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

Shades of Prussian Blue #053469

Tints of Prussian Blue #053469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.1%

 BLUE value IS 105 (41.41% from 255) = 64.81%

R = 3.09%
G = 32.1%
B = 64.81%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#053469 (or 0x053469) is known color: Prussian Blue. HEX triplet: 05, 34 and 69. RGB value is (5,52,105). Sum of RGB (Red+Green+Blue) = 5+52+105=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #053469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053469 is #FACB96. Grayscale: #2B2B2B. Windows color (decimal): -16436119 or 6894597. OLE color: 6894597.

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

Color convert

RGB 5 52 105 -
CMYK 0.95 0.50 0 0.59
HSL 211.8º 0.91% 0.22% -
HSV(B) 211.8º 0.95% 0.41% -
XYZ 3.84 3.51 13.84 -
YUV 43.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 5 52 105 0.95 0.50 0 0.59 211.8 0.91 0.22
Hex 5 34 69 5F 32 0 3B D4 5B 16
Octal 5 64 151 137 62 0 73 324 133 26
Binary 101 110100 1101001 1011111 110010 0 111011 11010100 1011011 10110

Color Harmonies of #053469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053469

Black with #053469

Text Example


Text Example

White with #053469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053469; }

 p { color: rgb(5,52,105); }

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

background-color css

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

 a { background-color: rgb(5,52,105); }

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

border-color css

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

 span { border-color: rgb(5,52,105); }

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