Html Css Color HEX #011250 Sapphire

📋 copy color: '#011250'

red 1 ◦ green 18 ◦ blue 80

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

Shades of Sapphire #011250

Tints of Sapphire #011250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 80.81%

R = 1.01%
G = 18.18%
B = 80.81%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011250 (or 0x011250) is known color: Sapphire. HEX triplet: 01, 12 and 50. RGB value is (1,18,80). Sum of RGB (Red+Green+Blue) = 1+18+80=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #011250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011250 is #FEEDAF. Grayscale: #131313. Windows color (decimal): -16706992 or 5247489. OLE color: 5247489.

HSL color Cylindrical-coordinate representation of color #011250: hue angle of 227.09º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011250 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 18 80 -
CMYK 0.99 0.78 0 0.69
HSL 227.09º 0.98% 0.16% -
HSV(B) 227.09º 0.99% 0.31% -
XYZ 1.68 1.02 7.7 -
YUV 19.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 1 18 80 0.99 0.78 0 0.69 227.09 0.98 0.16
Hex 1 12 50 63 4E 0 45 E3 62 10
Octal 1 22 120 143 116 0 105 343 142 20
Binary 1 10010 1010000 1100011 1001110 0 1000101 11100011 1100010 10000

Color Harmonies of #011250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011250

Black with #011250

Text Example


Text Example

White with #011250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011250; }

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

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

background-color css

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

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

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

border-color css

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

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

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