Html Css Color HEX #023170 Prussian Blue

📋 copy color: '#023170'

red 2 ◦ green 49 ◦ blue 112

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

Shades of Prussian Blue #023170

Tints of Prussian Blue #023170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

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

R = 1.23%
G = 30.06%
B = 68.71%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023170 (or 0x023170) is known color: Prussian Blue. HEX triplet: 02, 31 and 70. RGB value is (2,49,112). Sum of RGB (Red+Green+Blue) = 2+49+112=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #023170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023170 is #FDCE8F. Grayscale: #292929. Windows color (decimal): -16633488 or 7352578. OLE color: 7352578.

HSL color Cylindrical-coordinate representation of color #023170: hue angle of 214.36º 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 #023170 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 49 112 -
CMYK 0.98 0.56 0 0.56
HSL 214.36º 0.96% 0.22% -
HSV(B) 214.36º 0.98% 0.44% -
XYZ 4.05 3.38 15.77 -
YUV 42.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 2 49 112 0.98 0.56 0 0.56 214.36 0.96 0.22
Hex 2 31 70 62 38 0 38 D6 60 16
Octal 2 61 160 142 70 0 70 326 140 26
Binary 10 110001 1110000 1100010 111000 0 111000 11010110 1100000 10110

Color Harmonies of #023170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023170

Black with #023170

Text Example


Text Example

White with #023170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023170; }

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

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

background-color css

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

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

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

border-color css

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

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

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