Html Css Color HEX #022251 Sapphire

📋 copy color: '#022251'

red 2 ◦ green 34 ◦ blue 81

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

Shades of Sapphire #022251

Tints of Sapphire #022251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

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

R = 1.71%
G = 29.06%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#022251 (or 0x022251) is known color: Sapphire. HEX triplet: 02, 22 and 51. RGB value is (2,34,81). Sum of RGB (Red+Green+Blue) = 2+34+81=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #022251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022251 is #FDDDAE. Grayscale: #1D1D1D. Windows color (decimal): -16637359 or 5317122. OLE color: 5317122.

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

Color convert

RGB 2 34 81 -
CMYK 0.98 0.58 0 0.68
HSL 215.7º 0.95% 0.16% -
HSV(B) 215.7º 0.98% 0.32% -
XYZ 2.08 1.75 8.01 -
YUV 29.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 2 34 81 0.98 0.58 0 0.68 215.7 0.95 0.16
Hex 2 22 51 62 3A 0 44 D8 5F 10
Octal 2 42 121 142 72 0 104 330 137 20
Binary 10 100010 1010001 1100010 111010 0 1000100 11011000 1011111 10000

Color Harmonies of #022251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022251

Black with #022251

Text Example


Text Example

White with #022251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022251; }

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

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

background-color css

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

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

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

border-color css

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

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

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