Html Css Color HEX #023177 Prussian Blue

📋 copy color: '#023177'

red 2 ◦ green 49 ◦ blue 119

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

Shades of Prussian Blue #023177

Tints of Prussian Blue #023177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 70%

R = 1.18%
G = 28.82%
B = 70%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#023177 (or 0x023177) is known color: Prussian Blue. HEX triplet: 02, 31 and 77. RGB value is (2,49,119). Sum of RGB (Red+Green+Blue) = 2+49+119=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #023177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023177 is #FDCE88. Grayscale: #2A2A2A. Windows color (decimal): -16633481 or 7811330. OLE color: 7811330.

HSL color Cylindrical-coordinate representation of color #023177: hue angle of 215.9º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023177 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 49 119 -
CMYK 0.98 0.59 0 0.53
HSL 215.9º 0.97% 0.24% -
HSV(B) 215.9º 0.98% 0.47% -
XYZ 4.45 3.54 17.9 -
YUV 42.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 2 49 119 0.98 0.59 0 0.53 215.9 0.97 0.24
Hex 2 31 77 62 3B 0 35 D8 61 18
Octal 2 61 167 142 73 0 65 330 141 30
Binary 10 110001 1110111 1100010 111011 0 110101 11011000 1100001 11000

Color Harmonies of #023177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023177

Black with #023177

Text Example


Text Example

White with #023177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023177; }

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

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

background-color css

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

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

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

border-color css

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

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

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