Html Css Color HEX #053468 Prussian Blue

📋 copy color: '#053468'

red 5 ◦ green 52 ◦ blue 104

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

Shades of Prussian Blue #053468

Tints of Prussian Blue #053468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 64.6%

R = 3.11%
G = 32.3%
B = 64.6%

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

#053468 (or 0x053468) is known color: Prussian Blue. HEX triplet: 05, 34 and 68. RGB value is (5,52,104). Sum of RGB (Red+Green+Blue) = 5+52+104=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #053468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053468 is #FACB97. Grayscale: #2B2B2B. Windows color (decimal): -16436120 or 6829061. OLE color: 6829061.

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

Color convert

RGB 5 52 104 -
CMYK 0.95 0.50 0 0.59
HSL 211.52º 0.91% 0.21% -
HSV(B) 211.52º 0.95% 0.41% -
XYZ 3.79 3.49 13.57 -
YUV 43.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 5 52 104 0.95 0.50 0 0.59 211.52 0.91 0.21
Hex 5 34 68 5F 32 0 3B D4 5B 15
Octal 5 64 150 137 62 0 73 324 133 25
Binary 101 110100 1101000 1011111 110010 0 111011 11010100 1011011 10101

Color Harmonies of #053468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053468

Black with #053468

Text Example


Text Example

White with #053468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053468; }

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

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

background-color css

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

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

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

border-color css

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

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

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