Html Css Color HEX #011762 Sapphire

📋 copy color: '#011762'

red 1 ◦ green 23 ◦ blue 98

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

Shades of Sapphire #011762

Tints of Sapphire #011762

RGB

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

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

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

R = 0.82%
G = 18.85%
B = 80.33%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011762 (or 0x011762) is known color: Sapphire. HEX triplet: 01, 17 and 62. RGB value is (1,23,98). Sum of RGB (Red+Green+Blue) = 1+23+98=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #011762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011762 is #FEE89D. Grayscale: #181818. Windows color (decimal): -16705694 or 6428417. OLE color: 6428417.

HSL color Cylindrical-coordinate representation of color #011762: hue angle of 226.39º 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 #011762 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 23 98 -
CMYK 0.99 0.77 0 0.62
HSL 226.39º 0.98% 0.19% -
HSV(B) 226.39º 0.99% 0.38% -
XYZ 2.52 1.5 11.71 -
YUV 24.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 1 23 98 0.99 0.77 0 0.62 226.39 0.98 0.19
Hex 1 17 62 63 4D 0 3E E2 62 13
Octal 1 27 142 143 115 0 76 342 142 23
Binary 1 10111 1100010 1100011 1001101 0 111110 11100010 1100010 10011

Color Harmonies of #011762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011762

Black with #011762

Text Example


Text Example

White with #011762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011762; }

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

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

background-color css

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

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

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

border-color css

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

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

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