Html Css Color HEX #023172 Prussian Blue

📋 copy color: '#023172'

red 2 ◦ green 49 ◦ blue 114

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

Shades of Prussian Blue #023172

Tints of Prussian Blue #023172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.09%

R = 1.21%
G = 29.7%
B = 69.09%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023172 (or 0x023172) is known color: Prussian Blue. HEX triplet: 02, 31 and 72. RGB value is (2,49,114). Sum of RGB (Red+Green+Blue) = 2+49+114=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #023172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023172 is #FDCE8D. Grayscale: #2A2A2A. Windows color (decimal): -16633486 or 7483650. OLE color: 7483650.

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

Color convert

RGB 2 49 114 -
CMYK 0.98 0.57 0 0.55
HSL 214.82º 0.97% 0.23% -
HSV(B) 214.82º 0.98% 0.45% -
XYZ 4.16 3.42 16.36 -
YUV 42.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 2 49 114 0.98 0.57 0 0.55 214.82 0.97 0.23
Hex 2 31 72 62 39 0 37 D7 61 17
Octal 2 61 162 142 71 0 67 327 141 27
Binary 10 110001 1110010 1100010 111001 0 110111 11010111 1100001 10111

Color Harmonies of #023172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023172

Black with #023172

Text Example


Text Example

White with #023172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023172; }

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

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

background-color css

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

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

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

border-color css

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

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

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