Html Css Color HEX #01135B Sapphire

📋 copy color: '#01135B'

red 1 ◦ green 19 ◦ blue 91

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

Shades of Sapphire #01135B

Tints of Sapphire #01135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

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

R = 0.9%
G = 17.12%
B = 81.98%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01135B (or 0x01135B) is known color: Sapphire. HEX triplet: 01, 13 and 5B. RGB value is (1,19,91). Sum of RGB (Red+Green+Blue) = 1+19+91=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #01135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01135B is #FEECA4. Grayscale: #151515. Windows color (decimal): -16706725 or 5968641. OLE color: 5968641.

HSL color Cylindrical-coordinate representation of color #01135B: hue angle of 228º 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 #01135B is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 19 91 -
CMYK 0.99 0.79 0 0.64
HSL 228º 0.98% 0.18% -
HSV(B) 228º 0.99% 0.36% -
XYZ 2.13 1.23 10.02 -
YUV 21.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 1 19 91 0.99 0.79 0 0.64 228 0.98 0.18
Hex 1 13 5B 63 4F 0 40 E4 62 12
Octal 1 23 133 143 117 0 100 344 142 22
Binary 1 10011 1011011 1100011 1001111 0 1000000 11100100 1100010 10010

Color Harmonies of #01135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01135B

Black with #01135B

Text Example


Text Example

White with #01135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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