Html Css Color HEX #011260 Sapphire

📋 copy color: '#011260'

red 1 ◦ green 18 ◦ blue 96

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

Shades of Sapphire #011260

Tints of Sapphire #011260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 0.87%
G = 15.65%
B = 83.48%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011260 (or 0x011260) is known color: Sapphire. HEX triplet: 01, 12 and 60. RGB value is (1,18,96). Sum of RGB (Red+Green+Blue) = 1+18+96=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 96 (37.89% from 255 or 83.48% from 115); Max value from RGB is 96 - color contains mainly: blue. Hex color #011260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011260 is #FEED9F. Grayscale: #151515. Windows color (decimal): -16706976 or 6296065. OLE color: 6296065.

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

Color convert

RGB 1 18 96 -
CMYK 0.99 0.81 0 0.62
HSL 229.26º 0.98% 0.19% -
HSV(B) 229.26º 0.99% 0.38% -
XYZ 2.34 1.28 11.19 -
YUV 21.81 169.87 113.16 -
System Red Green Blue C M Y K H S L
Decimal 1 18 96 0.99 0.81 0 0.62 229.26 0.98 0.19
Hex 1 12 60 63 51 0 3E E5 62 13
Octal 1 22 140 143 121 0 76 345 142 23
Binary 1 10010 1100000 1100011 1010001 0 111110 11100101 1100010 10011

Color Harmonies of #011260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011260

Black with #011260

Text Example


Text Example

White with #011260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011260; }

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

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

background-color css

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

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

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

border-color css

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

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

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