Html Css Color HEX #01114C Sapphire

📋 copy color: '#01114C'

red 1 ◦ green 17 ◦ blue 76

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

Shades of Sapphire #01114C

Tints of Sapphire #01114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 80.85%

R = 1.06%
G = 18.09%
B = 80.85%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01114C (or 0x01114C) is known color: Sapphire. HEX triplet: 01, 11 and 4C. RGB value is (1,17,76). Sum of RGB (Red+Green+Blue) = 1+17+76=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #01114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01114C is #FEEEB3. Grayscale: #121212. Windows color (decimal): -16707252 or 4985089. OLE color: 4985089.

HSL color Cylindrical-coordinate representation of color #01114C: hue angle of 227.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01114C is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 17 76 -
CMYK 0.99 0.78 0 0.70
HSL 227.2º 0.97% 0.15% -
HSV(B) 227.2º 0.99% 0.3% -
XYZ 1.52 0.93 6.94 -
YUV 18.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 1 17 76 0.99 0.78 0 0.70 227.2 0.97 0.15
Hex 1 11 4C 63 4E 0 46 E3 61 F
Octal 1 21 114 143 116 0 106 343 141 17
Binary 1 10001 1001100 1100011 1001110 0 1000110 11100011 1100001 1111

Color Harmonies of #01114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01114C

Black with #01114C

Text Example


Text Example

White with #01114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01114C; }

 p { color: rgb(1,17,76); }

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

background-color css

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

 a { background-color: rgb(1,17,76); }

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

border-color css

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

 span { border-color: rgb(1,17,76); }

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