Html Css Color HEX #053066 Prussian Blue

📋 copy color: '#053066'

red 5 ◦ green 48 ◦ blue 102

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

Shades of Prussian Blue #053066

Tints of Prussian Blue #053066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 102 (40.23% from 255) = 65.81%

R = 3.23%
G = 30.97%
B = 65.81%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#053066 (or 0x053066) is known color: Prussian Blue. HEX triplet: 05, 30 and 66. RGB value is (5,48,102). Sum of RGB (Red+Green+Blue) = 5+48+102=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #053066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053066 is #FACF99. Grayscale: #292929. Windows color (decimal): -16437146 or 6696965. OLE color: 6696965.

HSL color Cylindrical-coordinate representation of color #053066: hue angle of 213.4º 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 #053066 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 48 102 -
CMYK 0.95 0.53 0 0.6
HSL 213.4º 0.91% 0.21% -
HSV(B) 213.4º 0.95% 0.4% -
XYZ 3.52 3.11 12.98 -
YUV 41.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 5 48 102 0.95 0.53 0 0.6 213.4 0.91 0.21
Hex 5 30 66 5F 35 0 3C D5 5B 15
Octal 5 60 146 137 65 0 74 325 133 25
Binary 101 110000 1100110 1011111 110101 0 111100 11010101 1011011 10101

Color Harmonies of #053066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053066

Black with #053066

Text Example


Text Example

White with #053066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053066; }

 p { color: rgb(5,48,102); }

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

background-color css

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

 a { background-color: rgb(5,48,102); }

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

border-color css

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

 span { border-color: rgb(5,48,102); }

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