Html Css Color HEX #011750 Sapphire

📋 copy color: '#011750'

red 1 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #011750

Tints of Sapphire #011750

RGB

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

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

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

R = 0.96%
G = 22.12%
B = 76.92%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011750 (or 0x011750) is known color: Sapphire. HEX triplet: 01, 17 and 50. RGB value is (1,23,80). Sum of RGB (Red+Green+Blue) = 1+23+80=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #011750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011750 is #FEE8AF. Grayscale: #161616. Windows color (decimal): -16705712 or 5248769. OLE color: 5248769.

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

Color convert

RGB 1 23 80 -
CMYK 0.99 0.71 0 0.69
HSL 223.29º 0.98% 0.16% -
HSV(B) 223.29º 0.99% 0.31% -
XYZ 1.77 1.2 7.73 -
YUV 22.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 1 23 80 0.99 0.71 0 0.69 223.29 0.98 0.16
Hex 1 17 50 63 47 0 45 DF 62 10
Octal 1 27 120 143 107 0 105 337 142 20
Binary 1 10111 1010000 1100011 1000111 0 1000101 11011111 1100010 10000

Color Harmonies of #011750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011750

Black with #011750

Text Example


Text Example

White with #011750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011750; }

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

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

background-color css

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

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

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

border-color css

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

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

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