Html Css Color HEX #021768 Sapphire

📋 copy color: '#021768'

red 2 ◦ green 23 ◦ blue 104

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

Shades of Sapphire #021768

Tints of Sapphire #021768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

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

R = 1.55%
G = 17.83%
B = 80.62%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021768 (or 0x021768) is known color: Sapphire. HEX triplet: 02, 17 and 68. RGB value is (2,23,104). Sum of RGB (Red+Green+Blue) = 2+23+104=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #021768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021768 is #FDE897. Grayscale: #191919. Windows color (decimal): -16640152 or 6821634. OLE color: 6821634.

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

Color convert

RGB 2 23 104 -
CMYK 0.98 0.78 0 0.59
HSL 227.65º 0.96% 0.21% -
HSV(B) 227.65º 0.98% 0.41% -
XYZ 2.83 1.63 13.26 -
YUV 25.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 2 23 104 0.98 0.78 0 0.59 227.65 0.96 0.21
Hex 2 17 68 62 4E 0 3B E4 60 15
Octal 2 27 150 142 116 0 73 344 140 25
Binary 10 10111 1101000 1100010 1001110 0 111011 11100100 1100000 10101

Color Harmonies of #021768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021768

Black with #021768

Text Example


Text Example

White with #021768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021768; }

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

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

background-color css

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

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

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

border-color css

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

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

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