Html Css Color HEX #021263 Sapphire

📋 copy color: '#021263'

red 2 ◦ green 18 ◦ blue 99

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

Shades of Sapphire #021263

Tints of Sapphire #021263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 1.68%
G = 15.13%
B = 83.19%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#021263 (or 0x021263) is known color: Sapphire. HEX triplet: 02, 12 and 63. RGB value is (2,18,99). Sum of RGB (Red+Green+Blue) = 2+18+99=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #021263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021263 is #FDED9C. Grayscale: #161616. Windows color (decimal): -16641437 or 6492674. OLE color: 6492674.

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

Color convert

RGB 2 18 99 -
CMYK 0.98 0.82 0 0.61
HSL 230.1º 0.96% 0.2% -
HSV(B) 230.1º 0.98% 0.39% -
XYZ 2.49 1.35 11.93 -
YUV 22.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 2 18 99 0.98 0.82 0 0.61 230.1 0.96 0.2
Hex 2 12 63 62 52 0 3D E6 60 14
Octal 2 22 143 142 122 0 75 346 140 24
Binary 10 10010 1100011 1100010 1010010 0 111101 11100110 1100000 10100

Color Harmonies of #021263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021263

Black with #021263

Text Example


Text Example

White with #021263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021263; }

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

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

background-color css

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

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

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

border-color css

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

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

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