Html Css Color HEX #01125D Sapphire

📋 copy color: '#01125D'

red 1 ◦ green 18 ◦ blue 93

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

Shades of Sapphire #01125D

Tints of Sapphire #01125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 83.04%

R = 0.89%
G = 16.07%
B = 83.04%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01125D (or 0x01125D) is known color: Sapphire. HEX triplet: 01, 12 and 5D. RGB value is (1,18,93). Sum of RGB (Red+Green+Blue) = 1+18+93=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #01125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01125D is #FEEDA2. Grayscale: #151515. Windows color (decimal): -16706979 or 6099457. OLE color: 6099457.

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

Color convert

RGB 1 18 93 -
CMYK 0.99 0.81 0 0.64
HSL 228.91º 0.98% 0.18% -
HSV(B) 228.91º 0.99% 0.36% -
XYZ 2.2 1.23 10.48 -
YUV 21.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 1 18 93 0.99 0.81 0 0.64 228.91 0.98 0.18
Hex 1 12 5D 63 51 0 40 E5 62 12
Octal 1 22 135 143 121 0 100 345 142 22
Binary 1 10010 1011101 1100011 1010001 0 1000000 11100101 1100010 10010

Color Harmonies of #01125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01125D

Black with #01125D

Text Example


Text Example

White with #01125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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