Html Css Color HEX #01135C Sapphire

📋 copy color: '#01135C'

red 1 ◦ green 19 ◦ blue 92

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

Shades of Sapphire #01135C

Tints of Sapphire #01135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 82.14%

R = 0.89%
G = 16.96%
B = 82.14%

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

#01135C (or 0x01135C) is known color: Sapphire. HEX triplet: 01, 13 and 5C. RGB value is (1,19,92). Sum of RGB (Red+Green+Blue) = 1+19+92=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #01135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01135C is #FEECA3. Grayscale: #151515. Windows color (decimal): -16706724 or 6034177. OLE color: 6034177.

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

Color convert

RGB 1 19 92 -
CMYK 0.99 0.79 0 0.64
HSL 228.13º 0.98% 0.18% -
HSV(B) 228.13º 0.99% 0.36% -
XYZ 2.18 1.24 10.25 -
YUV 21.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 1 19 92 0.99 0.79 0 0.64 228.13 0.98 0.18
Hex 1 13 5C 63 4F 0 40 E4 62 12
Octal 1 23 134 143 117 0 100 344 142 22
Binary 1 10011 1011100 1100011 1001111 0 1000000 11100100 1100010 10010

Color Harmonies of #01135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01135C

Black with #01135C

Text Example


Text Example

White with #01135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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