Html Css Color HEX #01106D Sapphire

📋 copy color: '#01106D'

red 1 ◦ green 16 ◦ blue 109

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

Shades of Sapphire #01106D

Tints of Sapphire #01106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.7%

 BLUE value IS 109 (42.97% from 255) = 86.51%

R = 0.79%
G = 12.7%
B = 86.51%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01106D (or 0x01106D) is known color: Sapphire. HEX triplet: 01, 10 and 6D. RGB value is (1,16,109). Sum of RGB (Red+Green+Blue) = 1+16+109=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #01106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01106D is #FEEF92. Grayscale: #151515. Windows color (decimal): -16707475 or 7147521. OLE color: 7147521.

HSL color Cylindrical-coordinate representation of color #01106D: hue angle of 231.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01106D is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 16 109 -
CMYK 0.99 0.85 0 0.57
HSL 231.67º 0.98% 0.22% -
HSV(B) 231.67º 0.99% 0.43% -
XYZ 2.96 1.48 14.6 -
YUV 22.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 1 16 109 0.99 0.85 0 0.57 231.67 0.98 0.22
Hex 1 10 6D 63 55 0 39 E8 62 16
Octal 1 20 155 143 125 0 71 350 142 26
Binary 1 10000 1101101 1100011 1010101 0 111001 11101000 1100010 10110

Color Harmonies of #01106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01106D

Black with #01106D

Text Example


Text Example

White with #01106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,16,109); }

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

background-color css

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

 a { background-color: rgb(1,16,109); }

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

border-color css

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

 span { border-color: rgb(1,16,109); }

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