Html Css Color HEX #01155B Sapphire

📋 copy color: '#01155B'

red 1 ◦ green 21 ◦ blue 91

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

Shades of Sapphire #01155B

Tints of Sapphire #01155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 80.53%

R = 0.88%
G = 18.58%
B = 80.53%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01155B (or 0x01155B) is known color: Sapphire. HEX triplet: 01, 15 and 5B. RGB value is (1,21,91). Sum of RGB (Red+Green+Blue) = 1+21+91=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #01155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01155B is #FEEAA4. Grayscale: #161616. Windows color (decimal): -16706213 or 5969153. OLE color: 5969153.

HSL color Cylindrical-coordinate representation of color #01155B: hue angle of 226.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01155B is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 21 91 -
CMYK 0.99 0.77 0 0.64
HSL 226.67º 0.98% 0.18% -
HSV(B) 226.67º 0.99% 0.36% -
XYZ 2.17 1.3 10.03 -
YUV 23 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 1 21 91 0.99 0.77 0 0.64 226.67 0.98 0.18
Hex 1 15 5B 63 4D 0 40 E3 62 12
Octal 1 25 133 143 115 0 100 343 142 22
Binary 1 10101 1011011 1100011 1001101 0 1000000 11100011 1100010 10010

Color Harmonies of #01155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01155B

Black with #01155B

Text Example


Text Example

White with #01155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01155B; }

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

 H1.HeaderClassName
 {
   color: #01155B;
 }
 .AnyTagClassName
 {
   color: #01155B;
 }
</style>

background-color css

<style>
 a { background-color: #01155B; }

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

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

border-color css

<style>
 span { border-color: #01155B; }

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

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