Html Css Color HEX #01156A Sapphire

📋 copy color: '#01156A'

red 1 ◦ green 21 ◦ blue 106

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

Shades of Sapphire #01156A

Tints of Sapphire #01156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 106 (41.8% from 255) = 82.81%

R = 0.78%
G = 16.41%
B = 82.81%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01156A (or 0x01156A) is known color: Sapphire. HEX triplet: 01, 15 and 6A. RGB value is (1,21,106). Sum of RGB (Red+Green+Blue) = 1+21+106=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 106 (41.80% from 255 or 82.81% from 128); Max value from RGB is 106 - color contains mainly: blue. Hex color #01156A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01156A is #FEEA95. Grayscale: #181818. Windows color (decimal): -16706198 or 6952193. OLE color: 6952193.

HSL color Cylindrical-coordinate representation of color #01156A: hue angle of 228.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01156A is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 21 106 -
CMYK 0.99 0.80 0 0.58
HSL 228.57º 0.98% 0.21% -
HSV(B) 228.57º 0.99% 0.42% -
XYZ 2.88 1.58 13.79 -
YUV 24.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 1 21 106 0.99 0.80 0 0.58 228.57 0.98 0.21
Hex 1 15 6A 63 50 0 3A E5 62 15
Octal 1 25 152 143 120 0 72 345 142 25
Binary 1 10101 1101010 1100011 1010000 0 111010 11100101 1100010 10101

Color Harmonies of #01156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01156A

Black with #01156A

Text Example


Text Example

White with #01156A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,21,106); }

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

background-color css

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

 a { background-color: rgb(1,21,106); }

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

border-color css

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

 span { border-color: rgb(1,21,106); }

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