Html Css Color HEX #021260 Sapphire

📋 copy color: '#021260'

red 2 ◦ green 18 ◦ blue 96

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

Shades of Sapphire #021260

Tints of Sapphire #021260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 82.76%

R = 1.72%
G = 15.52%
B = 82.76%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021260 (or 0x021260) is known color: Sapphire. HEX triplet: 02, 12 and 60. RGB value is (2,18,96). Sum of RGB (Red+Green+Blue) = 2+18+96=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #021260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021260 is #FDED9F. Grayscale: #151515. Windows color (decimal): -16641440 or 6296066. OLE color: 6296066.

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

Color convert

RGB 2 18 96 -
CMYK 0.98 0.81 0 0.62
HSL 229.79º 0.96% 0.19% -
HSV(B) 229.79º 0.98% 0.38% -
XYZ 2.35 1.29 11.19 -
YUV 22.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 2 18 96 0.98 0.81 0 0.62 229.79 0.96 0.19
Hex 2 12 60 62 51 0 3E E6 60 13
Octal 2 22 140 142 121 0 76 346 140 23
Binary 10 10010 1100000 1100010 1010001 0 111110 11100110 1100000 10011

Color Harmonies of #021260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021260

Black with #021260

Text Example


Text Example

White with #021260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021260; }

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

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

background-color css

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

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

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

border-color css

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

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

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