Html Css Color HEX #022361 Sapphire

📋 copy color: '#022361'

red 2 ◦ green 35 ◦ blue 97

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

Shades of Sapphire #022361

Tints of Sapphire #022361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 72.39%

R = 1.49%
G = 26.12%
B = 72.39%

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

#022361 (or 0x022361) is known color: Sapphire. HEX triplet: 02, 23 and 61. RGB value is (2,35,97). Sum of RGB (Red+Green+Blue) = 2+35+97=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #022361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022361 is #FDDC9E. Grayscale: #1F1F1F. Windows color (decimal): -16637087 or 6365954. OLE color: 6365954.

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

Color convert

RGB 2 35 97 -
CMYK 0.98 0.64 0 0.62
HSL 219.16º 0.96% 0.19% -
HSV(B) 219.16º 0.98% 0.38% -
XYZ 2.78 2.08 11.56 -
YUV 32.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 2 35 97 0.98 0.64 0 0.62 219.16 0.96 0.19
Hex 2 23 61 62 40 0 3E DB 60 13
Octal 2 43 141 142 100 0 76 333 140 23
Binary 10 100011 1100001 1100010 1000000 0 111110 11011011 1100000 10011

Color Harmonies of #022361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022361

Black with #022361

Text Example


Text Example

White with #022361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022361; }

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

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

background-color css

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

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

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

border-color css

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

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

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