Html Css Color HEX #01156F Sapphire

📋 copy color: '#01156F'

red 1 ◦ green 21 ◦ blue 111

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

Shades of Sapphire #01156F

Tints of Sapphire #01156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 83.46%

R = 0.75%
G = 15.79%
B = 83.46%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01156F (or 0x01156F) is known color: Sapphire. HEX triplet: 01, 15 and 6F. RGB value is (1,21,111). Sum of RGB (Red+Green+Blue) = 1+21+111=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #01156F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01156F is #FEEA90. Grayscale: #181818. Windows color (decimal): -16706193 or 7279873. OLE color: 7279873.

HSL color Cylindrical-coordinate representation of color #01156F: hue angle of 229.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01156F is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 21 111 -
CMYK 0.99 0.81 0 0.56
HSL 229.09º 0.98% 0.22% -
HSV(B) 229.09º 0.99% 0.44% -
XYZ 3.15 1.69 15.2 -
YUV 25.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 1 21 111 0.99 0.81 0 0.56 229.09 0.98 0.22
Hex 1 15 6F 63 51 0 38 E5 62 16
Octal 1 25 157 143 121 0 70 345 142 26
Binary 1 10101 1101111 1100011 1010001 0 111000 11100101 1100010 10110

Color Harmonies of #01156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01156F

Black with #01156F

Text Example


Text Example

White with #01156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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