Html Css Color HEX #053065 Prussian Blue

📋 copy color: '#053065'

red 5 ◦ green 48 ◦ blue 101

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

Shades of Prussian Blue #053065

Tints of Prussian Blue #053065

RGB

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

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

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

R = 3.25%
G = 31.17%
B = 65.58%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#053065 (or 0x053065) is known color: Prussian Blue. HEX triplet: 05, 30 and 65. RGB value is (5,48,101). Sum of RGB (Red+Green+Blue) = 5+48+101=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #053065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053065 is #FACF9A. Grayscale: #282828. Windows color (decimal): -16437147 or 6631429. OLE color: 6631429.

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

Color convert

RGB 5 48 101 -
CMYK 0.95 0.52 0 0.60
HSL 213.13º 0.91% 0.21% -
HSV(B) 213.13º 0.95% 0.4% -
XYZ 3.47 3.09 12.72 -
YUV 41.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 5 48 101 0.95 0.52 0 0.60 213.13 0.91 0.21
Hex 5 30 65 5F 34 0 3C D5 5B 15
Octal 5 60 145 137 64 0 74 325 133 25
Binary 101 110000 1100101 1011111 110100 0 111100 11010101 1011011 10101

Color Harmonies of #053065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053065

Black with #053065

Text Example


Text Example

White with #053065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053065; }

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

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

background-color css

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

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

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

border-color css

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

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

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