Html Css Color HEX #021268 Sapphire

📋 copy color: '#021268'

red 2 ◦ green 18 ◦ blue 104

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

Shades of Sapphire #021268

Tints of Sapphire #021268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 83.87%

R = 1.61%
G = 14.52%
B = 83.87%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021268 (or 0x021268) is known color: Sapphire. HEX triplet: 02, 12 and 68. RGB value is (2,18,104). Sum of RGB (Red+Green+Blue) = 2+18+104=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #021268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021268 is #FDED97. Grayscale: #161616. Windows color (decimal): -16641432 or 6820354. OLE color: 6820354.

HSL color Cylindrical-coordinate representation of color #021268: hue angle of 230.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021268 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 18 104 -
CMYK 0.98 0.83 0 0.59
HSL 230.59º 0.96% 0.21% -
HSV(B) 230.59º 0.98% 0.41% -
XYZ 2.74 1.44 13.23 -
YUV 23.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 2 18 104 0.98 0.83 0 0.59 230.59 0.96 0.21
Hex 2 12 68 62 53 0 3B E7 60 15
Octal 2 22 150 142 123 0 73 347 140 25
Binary 10 10010 1101000 1100010 1010011 0 111011 11100111 1100000 10101

Color Harmonies of #021268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021268

Black with #021268

Text Example


Text Example

White with #021268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021268; }

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

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

background-color css

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

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

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

border-color css

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

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

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