Html Css Color HEX #022260 Sapphire

📋 copy color: '#022260'

red 2 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #022260

Tints of Sapphire #022260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 72.73%

R = 1.52%
G = 25.76%
B = 72.73%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#022260 (or 0x022260) is known color: Sapphire. HEX triplet: 02, 22 and 60. RGB value is (2,34,96). Sum of RGB (Red+Green+Blue) = 2+34+96=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #022260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022260 is #FDDD9F. Grayscale: #1F1F1F. Windows color (decimal): -16637344 or 6300162. OLE color: 6300162.

HSL color Cylindrical-coordinate representation of color #022260: hue angle of 219.57º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022260 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 34 96 -
CMYK 0.98 0.65 0 0.62
HSL 219.57º 0.96% 0.19% -
HSV(B) 219.57º 0.98% 0.38% -
XYZ 2.71 2 11.31 -
YUV 31.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 2 34 96 0.98 0.65 0 0.62 219.57 0.96 0.19
Hex 2 22 60 62 41 0 3E DC 60 13
Octal 2 42 140 142 101 0 76 334 140 23
Binary 10 100010 1100000 1100010 1000001 0 111110 11011100 1100000 10011

Color Harmonies of #022260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022260

Black with #022260

Text Example


Text Example

White with #022260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022260; }

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

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

background-color css

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

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

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

border-color css

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

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

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