Html Css Color HEX #022551 Sapphire

📋 copy color: '#022551'

red 2 ◦ green 37 ◦ blue 81

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

Shades of Sapphire #022551

Tints of Sapphire #022551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

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

R = 1.67%
G = 30.83%
B = 67.5%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#022551 (or 0x022551) is known color: Sapphire. HEX triplet: 02, 25 and 51. RGB value is (2,37,81). Sum of RGB (Red+Green+Blue) = 2+37+81=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #022551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022551 is #FDDAAE. Grayscale: #1F1F1F. Windows color (decimal): -16636591 or 5317890. OLE color: 5317890.

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

Color convert

RGB 2 37 81 -
CMYK 0.98 0.54 0 0.68
HSL 213.42º 0.95% 0.16% -
HSV(B) 213.42º 0.98% 0.32% -
XYZ 2.17 1.93 8.04 -
YUV 31.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 2 37 81 0.98 0.54 0 0.68 213.42 0.95 0.16
Hex 2 25 51 62 36 0 44 D5 5F 10
Octal 2 45 121 142 66 0 104 325 137 20
Binary 10 100101 1010001 1100010 110110 0 1000100 11010101 1011111 10000

Color Harmonies of #022551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022551

Black with #022551

Text Example


Text Example

White with #022551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022551; }

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

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

background-color css

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

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

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

border-color css

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

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

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