Html Css Color HEX #021668 Sapphire

📋 copy color: '#021668'

red 2 ◦ green 22 ◦ blue 104

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

Shades of Sapphire #021668

Tints of Sapphire #021668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

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

R = 1.56%
G = 17.19%
B = 81.25%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021668 (or 0x021668) is known color: Sapphire. HEX triplet: 02, 16 and 68. RGB value is (2,22,104). Sum of RGB (Red+Green+Blue) = 2+22+104=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #021668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021668 is #FDE997. Grayscale: #191919. Windows color (decimal): -16640408 or 6821378. OLE color: 6821378.

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

Color convert

RGB 2 22 104 -
CMYK 0.98 0.79 0 0.59
HSL 228.24º 0.96% 0.21% -
HSV(B) 228.24º 0.98% 0.41% -
XYZ 2.81 1.59 13.25 -
YUV 25.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 2 22 104 0.98 0.79 0 0.59 228.24 0.96 0.21
Hex 2 16 68 62 4F 0 3B E4 60 15
Octal 2 26 150 142 117 0 73 344 140 25
Binary 10 10110 1101000 1100010 1001111 0 111011 11100100 1100000 10101

Color Harmonies of #021668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021668

Black with #021668

Text Example


Text Example

White with #021668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021668; }

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

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

background-color css

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

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

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

border-color css

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

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

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