Html Css Color HEX #022763 Sapphire

📋 copy color: '#022763'

red 2 ◦ green 39 ◦ blue 99

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

Shades of Sapphire #022763

Tints of Sapphire #022763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

 BLUE value IS 99 (39.06% from 255) = 70.71%

R = 1.43%
G = 27.86%
B = 70.71%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022763 (or 0x022763) is known color: Sapphire. HEX triplet: 02, 27 and 63. RGB value is (2,39,99). Sum of RGB (Red+Green+Blue) = 2+39+99=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #022763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022763 is #FDD89C. Grayscale: #222222. Windows color (decimal): -16636061 or 6498050. OLE color: 6498050.

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

Color convert

RGB 2 39 99 -
CMYK 0.98 0.61 0 0.61
HSL 217.11º 0.96% 0.2% -
HSV(B) 217.11º 0.98% 0.39% -
XYZ 3 2.36 12.1 -
YUV 34.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 2 39 99 0.98 0.61 0 0.61 217.11 0.96 0.2
Hex 2 27 63 62 3D 0 3D D9 60 14
Octal 2 47 143 142 75 0 75 331 140 24
Binary 10 100111 1100011 1100010 111101 0 111101 11011001 1100000 10100

Color Harmonies of #022763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022763

Black with #022763

Text Example


Text Example

White with #022763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022763; }

 p { color: rgb(2,39,99); }

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

background-color css

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

 a { background-color: rgb(2,39,99); }

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

border-color css

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

 span { border-color: rgb(2,39,99); }

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