Html Css Color HEX #01196E Sapphire

📋 copy color: '#01196E'

red 1 ◦ green 25 ◦ blue 110

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

Shades of Sapphire #01196E

Tints of Sapphire #01196E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 80.88%

R = 0.74%
G = 18.38%
B = 80.88%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01196E (or 0x01196E) is known color: Sapphire. HEX triplet: 01, 19 and 6E. RGB value is (1,25,110). Sum of RGB (Red+Green+Blue) = 1+25+110=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #01196E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01196E is #FEE691. Grayscale: #1B1B1B. Windows color (decimal): -16705170 or 7215361. OLE color: 7215361.

HSL color Cylindrical-coordinate representation of color #01196E: hue angle of 226.79º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01196E is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 25 110 -
CMYK 0.99 0.77 0 0.57
HSL 226.79º 0.98% 0.22% -
HSV(B) 226.79º 0.99% 0.43% -
XYZ 3.17 1.83 14.94 -
YUV 27.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 1 25 110 0.99 0.77 0 0.57 226.79 0.98 0.22
Hex 1 19 6E 63 4D 0 39 E3 62 16
Octal 1 31 156 143 115 0 71 343 142 26
Binary 1 11001 1101110 1100011 1001101 0 111001 11100011 1100010 10110

Color Harmonies of #01196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01196E

Black with #01196E

Text Example


Text Example

White with #01196E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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