Html Css Color HEX #022663 Sapphire

📋 copy color: '#022663'

red 2 ◦ green 38 ◦ blue 99

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

Shades of Sapphire #022663

Tints of Sapphire #022663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 1.44%
G = 27.34%
B = 71.22%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022663 (or 0x022663) is known color: Sapphire. HEX triplet: 02, 26 and 63. RGB value is (2,38,99). Sum of RGB (Red+Green+Blue) = 2+38+99=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #022663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022663 is #FDD99C. Grayscale: #212121. Windows color (decimal): -16636317 or 6497794. OLE color: 6497794.

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

Color convert

RGB 2 38 99 -
CMYK 0.98 0.62 0 0.61
HSL 217.73º 0.96% 0.2% -
HSV(B) 217.73º 0.98% 0.39% -
XYZ 2.97 2.3 12.09 -
YUV 34.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 2 38 99 0.98 0.62 0 0.61 217.73 0.96 0.2
Hex 2 26 63 62 3E 0 3D DA 60 14
Octal 2 46 143 142 76 0 75 332 140 24
Binary 10 100110 1100011 1100010 111110 0 111101 11011010 1100000 10100

Color Harmonies of #022663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022663

Black with #022663

Text Example


Text Example

White with #022663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022663; }

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

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

background-color css

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

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

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

border-color css

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

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

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