Html Css Color HEX #023575 Prussian Blue

📋 copy color: '#023575'

red 2 ◦ green 53 ◦ blue 117

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

Shades of Prussian Blue #023575

Tints of Prussian Blue #023575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 1.16%
G = 30.81%
B = 68.02%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023575 (or 0x023575) is known color: Prussian Blue. HEX triplet: 02, 35 and 75. RGB value is (2,53,117). Sum of RGB (Red+Green+Blue) = 2+53+117=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #023575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023575 is #FDCA8A. Grayscale: #2C2C2C. Windows color (decimal): -16632459 or 7681282. OLE color: 7681282.

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

Color convert

RGB 2 53 117 -
CMYK 0.98 0.55 0 0.54
HSL 213.39º 0.97% 0.23% -
HSV(B) 213.39º 0.98% 0.46% -
XYZ 4.51 3.84 17.33 -
YUV 45.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 2 53 117 0.98 0.55 0 0.54 213.39 0.97 0.23
Hex 2 35 75 62 37 0 36 D5 61 17
Octal 2 65 165 142 67 0 66 325 141 27
Binary 10 110101 1110101 1100010 110111 0 110110 11010101 1100001 10111

Color Harmonies of #023575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023575

Black with #023575

Text Example


Text Example

White with #023575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023575; }

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

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

background-color css

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

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

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

border-color css

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

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

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