Html Css Color HEX #023573 Prussian Blue

📋 copy color: '#023573'

red 2 ◦ green 53 ◦ blue 115

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

Shades of Prussian Blue #023573

Tints of Prussian Blue #023573

RGB

 RED value IS 2 (1.17% from 255) = 1.18%

 GREEN value IS 53 (21.09% from 255) = 31.18%

 BLUE value IS 115 (45.31% from 255) = 67.65%

R = 1.18%
G = 31.18%
B = 67.65%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023573 (or 0x023573) is known color: Prussian Blue. HEX triplet: 02, 35 and 73. RGB value is (2,53,115). Sum of RGB (Red+Green+Blue) = 2+53+115=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #023573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023573 is #FDCA8C. Grayscale: #2C2C2C. Windows color (decimal): -16632461 or 7550210. OLE color: 7550210.

HSL color Cylindrical-coordinate representation of color #023573: hue angle of 212.92º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023573 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 53 115 -
CMYK 0.98 0.54 0 0.55
HSL 212.92º 0.97% 0.23% -
HSV(B) 212.92º 0.98% 0.45% -
XYZ 4.39 3.8 16.72 -
YUV 44.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 2 53 115 0.98 0.54 0 0.55 212.92 0.97 0.23
Hex 2 35 73 62 36 0 37 D5 61 17
Octal 2 65 163 142 66 0 67 325 141 27
Binary 10 110101 1110011 1100010 110110 0 110111 11010101 1100001 10111

Color Harmonies of #023573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023573

Black with #023573

Text Example


Text Example

White with #023573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023573; }

 p { color: rgb(2,53,115); }

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

background-color css

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

 a { background-color: rgb(2,53,115); }

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

border-color css

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

 span { border-color: rgb(2,53,115); }

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