Html Css Color HEX #021366 Sapphire

📋 copy color: '#021366'

red 2 ◦ green 19 ◦ blue 102

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

Shades of Sapphire #021366

Tints of Sapphire #021366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

 BLUE value IS 102 (40.23% from 255) = 82.93%

R = 1.63%
G = 15.45%
B = 82.93%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#021366 (or 0x021366) is known color: Sapphire. HEX triplet: 02, 13 and 66. RGB value is (2,19,102). Sum of RGB (Red+Green+Blue) = 2+19+102=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 102 (40.23% from 255 or 82.93% from 123); Max value from RGB is 102 - color contains mainly: blue. Hex color #021366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021366 is #FDEC99. Grayscale: #171717. Windows color (decimal): -16641178 or 6689538. OLE color: 6689538.

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

Color convert

RGB 2 19 102 -
CMYK 0.98 0.81 0 0.6
HSL 229.8º 0.96% 0.2% -
HSV(B) 229.8º 0.98% 0.4% -
XYZ 2.66 1.44 12.71 -
YUV 23.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 2 19 102 0.98 0.81 0 0.6 229.8 0.96 0.2
Hex 2 13 66 62 51 0 3C E6 60 14
Octal 2 23 146 142 121 0 74 346 140 24
Binary 10 10011 1100110 1100010 1010001 0 111100 11100110 1100000 10100

Color Harmonies of #021366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021366

Black with #021366

Text Example


Text Example

White with #021366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021366; }

 p { color: rgb(2,19,102); }

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

background-color css

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

 a { background-color: rgb(2,19,102); }

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

border-color css

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

 span { border-color: rgb(2,19,102); }

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