Html Css Color HEX #011746 Sapphire

📋 copy color: '#011746'

red 1 ◦ green 23 ◦ blue 70

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

Shades of Sapphire #011746

Tints of Sapphire #011746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 74.47%

R = 1.06%
G = 24.47%
B = 74.47%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011746 (or 0x011746) is known color: Sapphire. HEX triplet: 01, 17 and 46. RGB value is (1,23,70). Sum of RGB (Red+Green+Blue) = 1+23+70=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #011746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011746 is #FEE8B9. Grayscale: #151515. Windows color (decimal): -16705722 or 4593409. OLE color: 4593409.

HSL color Cylindrical-coordinate representation of color #011746: hue angle of 220.87º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011746 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 23 70 -
CMYK 0.99 0.67 0 0.73
HSL 220.87º 0.97% 0.14% -
HSV(B) 220.87º 0.99% 0.27% -
XYZ 1.42 1.06 5.92 -
YUV 21.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 1 23 70 0.99 0.67 0 0.73 220.87 0.97 0.14
Hex 1 17 46 63 43 0 49 DD 61 E
Octal 1 27 106 143 103 0 111 335 141 16
Binary 1 10111 1000110 1100011 1000011 0 1001001 11011101 1100001 1110

Color Harmonies of #011746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011746

Black with #011746

Text Example


Text Example

White with #011746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011746; }

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

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

background-color css

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

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

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

border-color css

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

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

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