Html Css Color HEX #01155F Sapphire

📋 copy color: '#01155F'

red 1 ◦ green 21 ◦ blue 95

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

Shades of Sapphire #01155F

Tints of Sapphire #01155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 81.2%

R = 0.85%
G = 17.95%
B = 81.2%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01155F (or 0x01155F) is known color: Sapphire. HEX triplet: 01, 15 and 5F. RGB value is (1,21,95). Sum of RGB (Red+Green+Blue) = 1+21+95=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 95 (37.5% from 255 or 81.20% from 117); Max value from RGB is 95 - color contains mainly: blue. Hex color #01155F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01155F is #FEEAA0. Grayscale: #171717. Windows color (decimal): -16706209 or 6231297. OLE color: 6231297.

HSL color Cylindrical-coordinate representation of color #01155F: hue angle of 227.23º 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 #01155F is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 21 95 -
CMYK 0.99 0.78 0 0.63
HSL 227.23º 0.98% 0.19% -
HSV(B) 227.23º 0.99% 0.37% -
XYZ 2.35 1.37 10.97 -
YUV 23.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 1 21 95 0.99 0.78 0 0.63 227.23 0.98 0.19
Hex 1 15 5F 63 4E 0 3F E3 62 13
Octal 1 25 137 143 116 0 77 343 142 23
Binary 1 10101 1011111 1100011 1001110 0 111111 11100011 1100010 10011

Color Harmonies of #01155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01155F

Black with #01155F

Text Example


Text Example

White with #01155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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