Html Css Color HEX #023071 Prussian Blue

📋 copy color: '#023071'

red 2 ◦ green 48 ◦ blue 113

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

Shades of Prussian Blue #023071

Tints of Prussian Blue #023071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

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

R = 1.23%
G = 29.45%
B = 69.33%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023071 (or 0x023071) is known color: Prussian Blue. HEX triplet: 02, 30 and 71. RGB value is (2,48,113). Sum of RGB (Red+Green+Blue) = 2+48+113=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #023071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023071 is #FDCF8E. Grayscale: #292929. Windows color (decimal): -16633743 or 7417858. OLE color: 7417858.

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

Color convert

RGB 2 48 113 -
CMYK 0.98 0.58 0 0.56
HSL 215.14º 0.97% 0.23% -
HSV(B) 215.14º 0.98% 0.44% -
XYZ 4.06 3.32 16.05 -
YUV 41.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 2 48 113 0.98 0.58 0 0.56 215.14 0.97 0.23
Hex 2 30 71 62 3A 0 38 D7 61 17
Octal 2 60 161 142 72 0 70 327 141 27
Binary 10 110000 1110001 1100010 111010 0 111000 11010111 1100001 10111

Color Harmonies of #023071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023071

Black with #023071

Text Example


Text Example

White with #023071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023071; }

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

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

background-color css

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

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

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

border-color css

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

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

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