Html Css Color HEX #01164C Sapphire

📋 copy color: '#01164C'

red 1 ◦ green 22 ◦ blue 76

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

Shades of Sapphire #01164C

Tints of Sapphire #01164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.22%

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

R = 1.01%
G = 22.22%
B = 76.77%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01164C (or 0x01164C) is known color: Sapphire. HEX triplet: 01, 16 and 4C. RGB value is (1,22,76). Sum of RGB (Red+Green+Blue) = 1+22+76=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #01164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01164C is #FEE9B3. Grayscale: #151515. Windows color (decimal): -16705972 or 4986369. OLE color: 4986369.

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

Color convert

RGB 1 22 76 -
CMYK 0.99 0.71 0 0.70
HSL 223.2º 0.97% 0.15% -
HSV(B) 223.2º 0.99% 0.3% -
XYZ 1.6 1.1 6.97 -
YUV 21.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 1 22 76 0.99 0.71 0 0.70 223.2 0.97 0.15
Hex 1 16 4C 63 47 0 46 DF 61 F
Octal 1 26 114 143 107 0 106 337 141 17
Binary 1 10110 1001100 1100011 1000111 0 1000110 11011111 1100001 1111

Color Harmonies of #01164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01164C

Black with #01164C

Text Example


Text Example

White with #01164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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