Html Css Color HEX #022362 Sapphire

📋 copy color: '#022362'

red 2 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #022362

Tints of Sapphire #022362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

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

R = 1.48%
G = 25.93%
B = 72.59%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#022362 (or 0x022362) is known color: Sapphire. HEX triplet: 02, 23 and 62. RGB value is (2,35,98). Sum of RGB (Red+Green+Blue) = 2+35+98=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #022362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022362 is #FDDC9D. Grayscale: #202020. Windows color (decimal): -16637086 or 6431490. OLE color: 6431490.

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

Color convert

RGB 2 35 98 -
CMYK 0.98 0.64 0 0.62
HSL 219.38º 0.96% 0.2% -
HSV(B) 219.38º 0.98% 0.38% -
XYZ 2.83 2.1 11.81 -
YUV 32.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 2 35 98 0.98 0.64 0 0.62 219.38 0.96 0.2
Hex 2 23 62 62 40 0 3E DB 60 14
Octal 2 43 142 142 100 0 76 333 140 24
Binary 10 100011 1100010 1100010 1000000 0 111110 11011011 1100000 10100

Color Harmonies of #022362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022362

Black with #022362

Text Example


Text Example

White with #022362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022362; }

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

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

background-color css

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

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

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

border-color css

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

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

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