Html Css Color HEX #022262 Sapphire

📋 copy color: '#022262'

red 2 ◦ green 34 ◦ blue 98

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

Shades of Sapphire #022262

Tints of Sapphire #022262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 73.13%

R = 1.49%
G = 25.37%
B = 73.13%

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

#022262 (or 0x022262) is known color: Sapphire. HEX triplet: 02, 22 and 62. RGB value is (2,34,98). Sum of RGB (Red+Green+Blue) = 2+34+98=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #022262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022262 is #FDDD9D. Grayscale: #1F1F1F. Windows color (decimal): -16637342 or 6431234. OLE color: 6431234.

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

Color convert

RGB 2 34 98 -
CMYK 0.98 0.65 0 0.62
HSL 220º 0.96% 0.2% -
HSV(B) 220º 0.98% 0.38% -
XYZ 2.8 2.04 11.8 -
YUV 31.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 2 34 98 0.98 0.65 0 0.62 220 0.96 0.2
Hex 2 22 62 62 41 0 3E DC 60 14
Octal 2 42 142 142 101 0 76 334 140 24
Binary 10 100010 1100010 1100010 1000001 0 111110 11011100 1100000 10100

Color Harmonies of #022262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022262

Black with #022262

Text Example


Text Example

White with #022262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022262; }

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

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

background-color css

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

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

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

border-color css

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

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

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