Html Css Color HEX #01196D Sapphire

📋 copy color: '#01196D'

red 1 ◦ green 25 ◦ blue 109

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

Shades of Sapphire #01196D

Tints of Sapphire #01196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 80.74%

R = 0.74%
G = 18.52%
B = 80.74%

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

#01196D (or 0x01196D) is known color: Sapphire. HEX triplet: 01, 19 and 6D. RGB value is (1,25,109). Sum of RGB (Red+Green+Blue) = 1+25+109=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #01196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01196D is #FEE692. Grayscale: #1B1B1B. Windows color (decimal): -16705171 or 7149825. OLE color: 7149825.

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

Color convert

RGB 1 25 109 -
CMYK 0.99 0.77 0 0.57
HSL 226.67º 0.98% 0.22% -
HSV(B) 226.67º 0.99% 0.43% -
XYZ 3.12 1.81 14.65 -
YUV 27.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 1 25 109 0.99 0.77 0 0.57 226.67 0.98 0.22
Hex 1 19 6D 63 4D 0 39 E3 62 16
Octal 1 31 155 143 115 0 71 343 142 26
Binary 1 11001 1101101 1100011 1001101 0 111001 11100011 1100010 10110

Color Harmonies of #01196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01196D

Black with #01196D

Text Example


Text Example

White with #01196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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