Html Css Color HEX #001146 Sapphire

📋 copy color: '#001146'

red 0 ◦ green 17 ◦ blue 70

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

Shades of Sapphire #001146

Tints of Sapphire #001146

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 19.54%

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

R = 0%
G = 19.54%
B = 80.46%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001146 (or 0x001146) is known color: Sapphire. HEX triplet: 00, 11 and 46. RGB value is (0,17,70). Sum of RGB (Red+Green+Blue) = 0+17+70=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 70 (27.73% from 255 or 80.46% from 87); Max value from RGB is 70 - color contains mainly: blue. Hex color #001146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001146 is #FFEEB9. Grayscale: #111111. Windows color (decimal): -16772794 or 4591872. OLE color: 4591872.

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

Color convert

RGB 0 17 70 -
CMYK 1 0.76 0 0.73
HSL 225.43º 1% 0.14% -
HSV(B) 225.43º 1% 0.27% -
XYZ 1.31 0.84 5.89 -
YUV 17.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 0 17 70 1 0.76 0 0.73 225.43 1 0.14
Hex 0 11 46 64 4C 0 49 E1 64 E
Octal 0 21 106 144 114 0 111 341 144 16
Binary 0 10001 1000110 1100100 1001100 0 1001001 11100001 1100100 1110

Color Harmonies of #001146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001146

Black with #001146

Text Example


Text Example

White with #001146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001146; }

 p { color: rgb(0,17,70); }

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

background-color css

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

 a { background-color: rgb(0,17,70); }

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

border-color css

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

 span { border-color: rgb(0,17,70); }

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