Html Css Color HEX #021264 Sapphire

📋 copy color: '#021264'

red 2 ◦ green 18 ◦ blue 100

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

Shades of Sapphire #021264

Tints of Sapphire #021264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 83.33%

R = 1.67%
G = 15%
B = 83.33%

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

#021264 (or 0x021264) is known color: Sapphire. HEX triplet: 02, 12 and 64. RGB value is (2,18,100). Sum of RGB (Red+Green+Blue) = 2+18+100=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #021264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021264 is #FDED9B. Grayscale: #161616. Windows color (decimal): -16641436 or 6558210. OLE color: 6558210.

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

Color convert

RGB 2 18 100 -
CMYK 0.98 0.82 0 0.61
HSL 230.2º 0.96% 0.2% -
HSV(B) 230.2º 0.98% 0.39% -
XYZ 2.54 1.37 12.19 -
YUV 22.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 2 18 100 0.98 0.82 0 0.61 230.2 0.96 0.2
Hex 2 12 64 62 52 0 3D E6 60 14
Octal 2 22 144 142 122 0 75 346 140 24
Binary 10 10010 1100100 1100010 1010010 0 111101 11100110 1100000 10100

Color Harmonies of #021264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021264

Black with #021264

Text Example


Text Example

White with #021264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021264; }

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

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

background-color css

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

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

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

border-color css

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

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

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