Html Css Color HEX #023570 Prussian Blue

📋 copy color: '#023570'

red 2 ◦ green 53 ◦ blue 112

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

Shades of Prussian Blue #023570

Tints of Prussian Blue #023570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.07%

R = 1.2%
G = 31.74%
B = 67.07%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023570 (or 0x023570) is known color: Prussian Blue. HEX triplet: 02, 35 and 70. RGB value is (2,53,112). Sum of RGB (Red+Green+Blue) = 2+53+112=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #023570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023570 is #FDCA8F. Grayscale: #2C2C2C. Windows color (decimal): -16632464 or 7353602. OLE color: 7353602.

HSL color Cylindrical-coordinate representation of color #023570: hue angle of 212.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023570 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 53 112 -
CMYK 0.98 0.53 0 0.56
HSL 212.18º 0.96% 0.22% -
HSV(B) 212.18º 0.98% 0.44% -
XYZ 4.22 3.73 15.83 -
YUV 44.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 2 53 112 0.98 0.53 0 0.56 212.18 0.96 0.22
Hex 2 35 70 62 35 0 38 D4 60 16
Octal 2 65 160 142 65 0 70 324 140 26
Binary 10 110101 1110000 1100010 110101 0 111000 11010100 1100000 10110

Color Harmonies of #023570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023570

Black with #023570

Text Example


Text Example

White with #023570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023570; }

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

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

background-color css

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

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

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

border-color css

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

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

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