Html Css Color HEX #023379 Prussian Blue

📋 copy color: '#023379'

red 2 ◦ green 51 ◦ blue 121

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

Shades of Prussian Blue #023379

Tints of Prussian Blue #023379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 1.15%
G = 29.31%
B = 69.54%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#023379 (or 0x023379) is known color: Prussian Blue. HEX triplet: 02, 33 and 79. RGB value is (2,51,121). Sum of RGB (Red+Green+Blue) = 2+51+121=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #023379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023379 is #FDCC86. Grayscale: #2C2C2C. Windows color (decimal): -16632967 or 7942914. OLE color: 7942914.

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

Color convert

RGB 2 51 121 -
CMYK 0.98 0.58 0 0.53
HSL 215.29º 0.97% 0.24% -
HSV(B) 215.29º 0.98% 0.47% -
XYZ 4.66 3.76 18.57 -
YUV 44.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 2 51 121 0.98 0.58 0 0.53 215.29 0.97 0.24
Hex 2 33 79 62 3A 0 35 D7 61 18
Octal 2 63 171 142 72 0 65 327 141 30
Binary 10 110011 1111001 1100010 111010 0 110101 11010111 1100001 11000

Color Harmonies of #023379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023379

Black with #023379

Text Example


Text Example

White with #023379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023379; }

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

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

background-color css

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

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

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

border-color css

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

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

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