Html Css Color HEX #01105E Sapphire

📋 copy color: '#01105E'

red 1 ◦ green 16 ◦ blue 94

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

Shades of Sapphire #01105E

Tints of Sapphire #01105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 84.68%

R = 0.9%
G = 14.41%
B = 84.68%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01105E (or 0x01105E) is known color: Sapphire. HEX triplet: 01, 10 and 5E. RGB value is (1,16,94). Sum of RGB (Red+Green+Blue) = 1+16+94=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #01105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01105E is #FEEFA1. Grayscale: #141414. Windows color (decimal): -16707490 or 6164481. OLE color: 6164481.

HSL color Cylindrical-coordinate representation of color #01105E: hue angle of 230.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01105E is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 16 94 -
CMYK 0.99 0.83 0 0.63
HSL 230.32º 0.98% 0.19% -
HSV(B) 230.32º 0.99% 0.37% -
XYZ 2.22 1.19 10.7 -
YUV 20.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 1 16 94 0.99 0.83 0 0.63 230.32 0.98 0.19
Hex 1 10 5E 63 53 0 3F E6 62 13
Octal 1 20 136 143 123 0 77 346 142 23
Binary 1 10000 1011110 1100011 1010011 0 111111 11100110 1100010 10011

Color Harmonies of #01105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01105E

Black with #01105E

Text Example


Text Example

White with #01105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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