Html Css Color HEX #01164D Sapphire

📋 copy color: '#01164D'

red 1 ◦ green 22 ◦ blue 77

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

Shades of Sapphire #01164D

Tints of Sapphire #01164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 77%

R = 1%
G = 22%
B = 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

#01164D (or 0x01164D) is known color: Sapphire. HEX triplet: 01, 16 and 4D. RGB value is (1,22,77). Sum of RGB (Red+Green+Blue) = 1+22+77=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #01164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01164D is #FEE9B2. Grayscale: #151515. Windows color (decimal): -16705971 or 5051905. OLE color: 5051905.

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

Color convert

RGB 1 22 77 -
CMYK 0.99 0.71 0 0.70
HSL 223.42º 0.97% 0.15% -
HSV(B) 223.42º 0.99% 0.3% -
XYZ 1.64 1.12 7.15 -
YUV 21.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 1 22 77 0.99 0.71 0 0.70 223.42 0.97 0.15
Hex 1 16 4D 63 47 0 46 DF 61 F
Octal 1 26 115 143 107 0 106 337 141 17
Binary 1 10110 1001101 1100011 1000111 0 1000110 11011111 1100001 1111

Color Harmonies of #01164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01164D

Black with #01164D

Text Example


Text Example

White with #01164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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