Html Css Color HEX #023079 Prussian Blue

📋 copy color: '#023079'

red 2 ◦ green 48 ◦ blue 121

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

Shades of Prussian Blue #023079

Tints of Prussian Blue #023079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 70.76%

R = 1.17%
G = 28.07%
B = 70.76%

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

#023079 (or 0x023079) is known color: Prussian Blue. HEX triplet: 02, 30 and 79. RGB value is (2,48,121). Sum of RGB (Red+Green+Blue) = 2+48+121=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #023079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023079 is #FDCF86. Grayscale: #2A2A2A. Windows color (decimal): -16633735 or 7942146. OLE color: 7942146.

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

Color convert

RGB 2 48 121 -
CMYK 0.98 0.60 0 0.53
HSL 216.81º 0.97% 0.24% -
HSV(B) 216.81º 0.98% 0.47% -
XYZ 4.53 3.51 18.53 -
YUV 42.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 2 48 121 0.98 0.60 0 0.53 216.81 0.97 0.24
Hex 2 30 79 62 3C 0 35 D9 61 18
Octal 2 60 171 142 74 0 65 331 141 30
Binary 10 110000 1111001 1100010 111100 0 110101 11011001 1100001 11000

Color Harmonies of #023079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023079

Black with #023079

Text Example


Text Example

White with #023079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023079; }

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

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

background-color css

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

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

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

border-color css

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

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

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