Html Css Color HEX #023971 Prussian Blue

📋 copy color: '#023971'

red 2 ◦ green 57 ◦ blue 113

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

Shades of Prussian Blue #023971

Tints of Prussian Blue #023971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 113 (44.53% from 255) = 65.7%

R = 1.16%
G = 33.14%
B = 65.7%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023971 (or 0x023971) is known color: Prussian Blue. HEX triplet: 02, 39 and 71. RGB value is (2,57,113). Sum of RGB (Red+Green+Blue) = 2+57+113=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #023971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023971 is #FDC68E. Grayscale: #2E2E2E. Windows color (decimal): -16631439 or 7420162. OLE color: 7420162.

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

Color convert

RGB 2 57 113 -
CMYK 0.98 0.50 0 0.56
HSL 210.27º 0.97% 0.23% -
HSV(B) 210.27º 0.98% 0.44% -
XYZ 4.47 4.13 16.18 -
YUV 46.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 2 57 113 0.98 0.50 0 0.56 210.27 0.97 0.23
Hex 2 39 71 62 32 0 38 D2 61 17
Octal 2 71 161 142 62 0 70 322 141 27
Binary 10 111001 1110001 1100010 110010 0 111000 11010010 1100001 10111

Color Harmonies of #023971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023971

Black with #023971

Text Example


Text Example

White with #023971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023971; }

 p { color: rgb(2,57,113); }

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

background-color css

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

 a { background-color: rgb(2,57,113); }

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

border-color css

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

 span { border-color: rgb(2,57,113); }

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