Html Css Color HEX #022A51 Prussian Blue

📋 copy color: '#022A51'

red 2 ◦ green 42 ◦ blue 81

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

Shades of Prussian Blue #022A51

Tints of Prussian Blue #022A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.6%

 BLUE value IS 81 (32.03% from 255) = 64.8%

R = 1.6%
G = 33.6%
B = 64.8%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#022A51 (or 0x022A51) is known color: Prussian Blue. HEX triplet: 02, 2A and 51. RGB value is (2,42,81). Sum of RGB (Red+Green+Blue) = 2+42+81=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #022A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A51 is #FDD5AE. Grayscale: #222222. Windows color (decimal): -16635311 or 5319170. OLE color: 5319170.

HSL color Cylindrical-coordinate representation of color #022A51: hue angle of 209.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A51 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 42 81 -
CMYK 0.98 0.48 0 0.68
HSL 209.62º 0.95% 0.16% -
HSV(B) 209.62º 0.98% 0.32% -
XYZ 2.34 2.26 8.1 -
YUV 34.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 2 42 81 0.98 0.48 0 0.68 209.62 0.95 0.16
Hex 2 2A 51 62 30 0 44 D2 5F 10
Octal 2 52 121 142 60 0 104 322 137 20
Binary 10 101010 1010001 1100010 110000 0 1000100 11010010 1011111 10000

Color Harmonies of #022A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A51

Black with #022A51

Text Example


Text Example

White with #022A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022A51; }

 p { color: rgb(2,42,81); }

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

background-color css

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

 a { background-color: rgb(2,42,81); }

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

border-color css

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

 span { border-color: rgb(2,42,81); }

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