Html Css Color HEX #023077 Prussian Blue

📋 copy color: '#023077'

red 2 ◦ green 48 ◦ blue 119

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

Shades of Prussian Blue #023077

Tints of Prussian Blue #023077

RGB

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

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

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

R = 1.18%
G = 28.4%
B = 70.41%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#023077 (or 0x023077) is known color: Prussian Blue. HEX triplet: 02, 30 and 77. RGB value is (2,48,119). Sum of RGB (Red+Green+Blue) = 2+48+119=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #023077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023077 is #FDCF88. Grayscale: #2A2A2A. Windows color (decimal): -16633737 or 7811074. OLE color: 7811074.

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

Color convert

RGB 2 48 119 -
CMYK 0.98 0.60 0 0.53
HSL 216.41º 0.97% 0.24% -
HSV(B) 216.41º 0.98% 0.47% -
XYZ 4.41 3.46 17.89 -
YUV 42.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 2 48 119 0.98 0.60 0 0.53 216.41 0.97 0.24
Hex 2 30 77 62 3C 0 35 D8 61 18
Octal 2 60 167 142 74 0 65 330 141 30
Binary 10 110000 1110111 1100010 111100 0 110101 11011000 1100001 11000

Color Harmonies of #023077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023077

Black with #023077

Text Example


Text Example

White with #023077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023077; }

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

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

background-color css

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

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

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

border-color css

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

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

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