Html Css Color HEX #011679 Sapphire

📋 copy color: '#011679'

red 1 ◦ green 22 ◦ blue 121

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

Shades of Sapphire #011679

Tints of Sapphire #011679

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

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

 BLUE value IS 121 (47.66% from 255) = 84.03%

R = 0.69%
G = 15.28%
B = 84.03%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011679 (or 0x011679) is known color: Sapphire. HEX triplet: 01, 16 and 79. RGB value is (1,22,121). Sum of RGB (Red+Green+Blue) = 1+22+121=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #011679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011679 is #FEE986. Grayscale: #1A1A1A. Windows color (decimal): -16705927 or 7935489. OLE color: 7935489.

HSL color Cylindrical-coordinate representation of color #011679: hue angle of 229.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011679 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 22 121 -
CMYK 0.99 0.82 0 0.53
HSL 229.5º 0.98% 0.24% -
HSV(B) 229.5º 0.99% 0.47% -
XYZ 3.75 1.96 18.27 -
YUV 27.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 1 22 121 0.99 0.82 0 0.53 229.5 0.98 0.24
Hex 1 16 79 63 52 0 35 E6 62 18
Octal 1 26 171 143 122 0 65 346 142 30
Binary 1 10110 1111001 1100011 1010010 0 110101 11100110 1100010 11000

Color Harmonies of #011679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011679

Black with #011679

Text Example


Text Example

White with #011679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011679; }

 p { color: rgb(1,22,121); }

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

background-color css

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

 a { background-color: rgb(1,22,121); }

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

border-color css

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

 span { border-color: rgb(1,22,121); }

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