Html Css Color HEX #01197A Sapphire

📋 copy color: '#01197A'

red 1 ◦ green 25 ◦ blue 122

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

Shades of Sapphire #01197A

Tints of Sapphire #01197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 82.43%

R = 0.68%
G = 16.89%
B = 82.43%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01197A (or 0x01197A) is known color: Sapphire. HEX triplet: 01, 19 and 7A. RGB value is (1,25,122). Sum of RGB (Red+Green+Blue) = 1+25+122=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #01197A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01197A is #FEE685. Grayscale: #1C1C1C. Windows color (decimal): -16705158 or 8001793. OLE color: 8001793.

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

Color convert

RGB 1 25 122 -
CMYK 0.99 0.80 0 0.52
HSL 228.1º 0.98% 0.24% -
HSV(B) 228.1º 0.99% 0.48% -
XYZ 3.87 2.11 18.61 -
YUV 28.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 1 25 122 0.99 0.80 0 0.52 228.1 0.98 0.24
Hex 1 19 7A 63 50 0 34 E4 62 18
Octal 1 31 172 143 120 0 64 344 142 30
Binary 1 11001 1111010 1100011 1010000 0 110100 11100100 1100010 11000

Color Harmonies of #01197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01197A

Black with #01197A

Text Example


Text Example

White with #01197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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