Html Css Color HEX #011A60 Sapphire

📋 copy color: '#011A60'

red 1 ◦ green 26 ◦ blue 96

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

Shades of Sapphire #011A60

Tints of Sapphire #011A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 78.05%

R = 0.81%
G = 21.14%
B = 78.05%

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

#011A60 (or 0x011A60) is known color: Sapphire. HEX triplet: 01, 1A and 60. RGB value is (1,26,96). Sum of RGB (Red+Green+Blue) = 1+26+96=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #011A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A60 is #FEE59F. Grayscale: #1A1A1A. Windows color (decimal): -16704928 or 6298113. OLE color: 6298113.

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

Color convert

RGB 1 26 96 -
CMYK 0.99 0.73 0 0.62
HSL 224.21º 0.98% 0.19% -
HSV(B) 224.21º 0.99% 0.38% -
XYZ 2.49 1.59 11.24 -
YUV 26.51 167.22 109.81 -
System Red Green Blue C M Y K H S L
Decimal 1 26 96 0.99 0.73 0 0.62 224.21 0.98 0.19
Hex 1 1A 60 63 49 0 3E E0 62 13
Octal 1 32 140 143 111 0 76 340 142 23
Binary 1 11010 1100000 1100011 1001001 0 111110 11100000 1100010 10011

Color Harmonies of #011A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A60

Black with #011A60

Text Example


Text Example

White with #011A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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