Html Css Color HEX #01197F Sapphire

📋 copy color: '#01197F'

red 1 ◦ green 25 ◦ blue 127

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

Shades of Sapphire #01197F

Tints of Sapphire #01197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

 BLUE value IS 127 (50% from 255) = 83.01%

R = 0.65%
G = 16.34%
B = 83.01%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01197F (or 0x01197F) is known color: Sapphire. HEX triplet: 01, 19 and 7F. RGB value is (1,25,127). Sum of RGB (Red+Green+Blue) = 1+25+127=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 127 (50% from 255 or 83.01% from 153); Max value from RGB is 127 - color contains mainly: blue. Hex color #01197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01197F is #FEE680. Grayscale: #1D1D1D. Windows color (decimal): -16705153 or 8329473. OLE color: 8329473.

HSL color Cylindrical-coordinate representation of color #01197F: hue angle of 228.57º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01197F is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 25 127 -
CMYK 0.99 0.80 0 0.50
HSL 228.57º 0.98% 0.25% -
HSV(B) 228.57º 0.99% 0.5% -
XYZ 4.19 2.23 20.29 -
YUV 29.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 1 25 127 0.99 0.80 0 0.50 228.57 0.98 0.25
Hex 1 19 7F 63 50 0 32 E5 62 19
Octal 1 31 177 143 120 0 62 345 142 31
Binary 1 11001 1111111 1100011 1010000 0 110010 11100101 1100010 11001

Color Harmonies of #01197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01197F

Black with #01197F

Text Example


Text Example

White with #01197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,25,127); }

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

background-color css

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

 a { background-color: rgb(1,25,127); }

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

border-color css

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

 span { border-color: rgb(1,25,127); }

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