Html Css Color HEX #01105A Sapphire

📋 copy color: '#01105A'

red 1 ◦ green 16 ◦ blue 90

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

Shades of Sapphire #01105A

Tints of Sapphire #01105A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 84.11%

R = 0.93%
G = 14.95%
B = 84.11%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01105A (or 0x01105A) is known color: Sapphire. HEX triplet: 01, 10 and 5A. RGB value is (1,16,90). Sum of RGB (Red+Green+Blue) = 1+16+90=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #01105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01105A is #FEEFA5. Grayscale: #131313. Windows color (decimal): -16707494 or 5902337. OLE color: 5902337.

HSL color Cylindrical-coordinate representation of color #01105A: hue angle of 229.89º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01105A is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 16 90 -
CMYK 0.99 0.82 0 0.65
HSL 229.89º 0.98% 0.18% -
HSV(B) 229.89º 0.99% 0.35% -
XYZ 2.04 1.12 9.78 -
YUV 19.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 1 16 90 0.99 0.82 0 0.65 229.89 0.98 0.18
Hex 1 10 5A 63 52 0 41 E6 62 12
Octal 1 20 132 143 122 0 101 346 142 22
Binary 1 10000 1011010 1100011 1010010 0 1000001 11100110 1100010 10010

Color Harmonies of #01105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01105A

Black with #01105A

Text Example


Text Example

White with #01105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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