Html Css Color HEX #011062 Sapphire

📋 copy color: '#011062'

red 1 ◦ green 16 ◦ blue 98

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

Shades of Sapphire #011062

Tints of Sapphire #011062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

 BLUE value IS 98 (38.67% from 255) = 85.22%

R = 0.87%
G = 13.91%
B = 85.22%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011062 (or 0x011062) is known color: Sapphire. HEX triplet: 01, 10 and 62. RGB value is (1,16,98). Sum of RGB (Red+Green+Blue) = 1+16+98=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 98 (38.67% from 255 or 85.22% from 115); Max value from RGB is 98 - color contains mainly: blue. Hex color #011062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011062 is #FEEF9D. Grayscale: #141414. Windows color (decimal): -16707486 or 6426625. OLE color: 6426625.

HSL color Cylindrical-coordinate representation of color #011062: hue angle of 230.72º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011062 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 16 98 -
CMYK 0.99 0.84 0 0.62
HSL 230.72º 0.98% 0.19% -
HSV(B) 230.72º 0.99% 0.38% -
XYZ 2.4 1.26 11.67 -
YUV 20.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 1 16 98 0.99 0.84 0 0.62 230.72 0.98 0.19
Hex 1 10 62 63 54 0 3E E7 62 13
Octal 1 20 142 143 124 0 76 347 142 23
Binary 1 10000 1100010 1100011 1010100 0 111110 11100111 1100010 10011

Color Harmonies of #011062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011062

Black with #011062

Text Example


Text Example

White with #011062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011062; }

 p { color: rgb(1,16,98); }

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

background-color css

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

 a { background-color: rgb(1,16,98); }

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

border-color css

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

 span { border-color: rgb(1,16,98); }

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