Html Css Color HEX #011A62 Sapphire

📋 copy color: '#011A62'

red 1 ◦ green 26 ◦ blue 98

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

Shades of Sapphire #011A62

Tints of Sapphire #011A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

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

R = 0.8%
G = 20.8%
B = 78.4%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011A62 (or 0x011A62) is known color: Sapphire. HEX triplet: 01, 1A and 62. RGB value is (1,26,98). Sum of RGB (Red+Green+Blue) = 1+26+98=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #011A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A62 is #FEE59D. Grayscale: #1A1A1A. Windows color (decimal): -16704926 or 6429185. OLE color: 6429185.

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

Color convert

RGB 1 26 98 -
CMYK 0.99 0.73 0 0.62
HSL 224.54º 0.98% 0.19% -
HSV(B) 224.54º 0.99% 0.38% -
XYZ 2.59 1.63 11.73 -
YUV 26.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 1 26 98 0.99 0.73 0 0.62 224.54 0.98 0.19
Hex 1 1A 62 63 49 0 3E E1 62 13
Octal 1 32 142 143 111 0 76 341 142 23
Binary 1 11010 1100010 1100011 1001001 0 111110 11100001 1100010 10011

Color Harmonies of #011A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A62

Black with #011A62

Text Example


Text Example

White with #011A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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