Html Css Color HEX #052D65 Prussian Blue

📋 copy color: '#052D65'

red 5 ◦ green 45 ◦ blue 101

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

Shades of Prussian Blue #052D65

Tints of Prussian Blue #052D65

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.8%

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

R = 3.31%
G = 29.8%
B = 66.89%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#052D65 (or 0x052D65) is known color: Prussian Blue. HEX triplet: 05, 2D and 65. RGB value is (5,45,101). Sum of RGB (Red+Green+Blue) = 5+45+101=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #052D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D65 is #FAD29A. Grayscale: #272727. Windows color (decimal): -16437915 or 6630661. OLE color: 6630661.

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

Color convert

RGB 5 45 101 -
CMYK 0.95 0.55 0 0.60
HSL 215º 0.91% 0.21% -
HSV(B) 215º 0.95% 0.4% -
XYZ 3.35 2.85 12.69 -
YUV 39.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 5 45 101 0.95 0.55 0 0.60 215 0.91 0.21
Hex 5 2D 65 5F 37 0 3C D7 5B 15
Octal 5 55 145 137 67 0 74 327 133 25
Binary 101 101101 1100101 1011111 110111 0 111100 11010111 1011011 10101

Color Harmonies of #052D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D65

Black with #052D65

Text Example


Text Example

White with #052D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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