Html Css Color HEX #01125E Sapphire

📋 copy color: '#01125E'

red 1 ◦ green 18 ◦ blue 94

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

Shades of Sapphire #01125E

Tints of Sapphire #01125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

 BLUE value IS 94 (37.11% from 255) = 83.19%

R = 0.88%
G = 15.93%
B = 83.19%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01125E (or 0x01125E) is known color: Sapphire. HEX triplet: 01, 12 and 5E. RGB value is (1,18,94). Sum of RGB (Red+Green+Blue) = 1+18+94=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #01125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01125E is #FEEDA1. Grayscale: #151515. Windows color (decimal): -16706978 or 6164993. OLE color: 6164993.

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

Color convert

RGB 1 18 94 -
CMYK 0.99 0.81 0 0.63
HSL 229.03º 0.98% 0.19% -
HSV(B) 229.03º 0.99% 0.37% -
XYZ 2.25 1.25 10.71 -
YUV 21.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 1 18 94 0.99 0.81 0 0.63 229.03 0.98 0.19
Hex 1 12 5E 63 51 0 3F E5 62 13
Octal 1 22 136 143 121 0 77 345 142 23
Binary 1 10010 1011110 1100011 1010001 0 111111 11100101 1100010 10011

Color Harmonies of #01125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01125E

Black with #01125E

Text Example


Text Example

White with #01125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01125E; }

 p { color: rgb(1,18,94); }

 H1.HeaderClassName
 {
   color: #01125E;
 }
 .AnyTagClassName
 {
   color: #01125E;
 }
</style>

background-color css

<style>
 a { background-color: #01125E; }

 a { background-color: rgb(1,18,94); }

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

border-color css

<style>
 span { border-color: #01125E; }

 span { border-color: rgb(1,18,94); }

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