Html Css Color HEX #01196B Sapphire

📋 copy color: '#01196B'

red 1 ◦ green 25 ◦ blue 107

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

Shades of Sapphire #01196B

Tints of Sapphire #01196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 80.45%

R = 0.75%
G = 18.8%
B = 80.45%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01196B (or 0x01196B) is known color: Sapphire. HEX triplet: 01, 19 and 6B. RGB value is (1,25,107). Sum of RGB (Red+Green+Blue) = 1+25+107=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #01196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01196B is #FEE694. Grayscale: #1A1A1A. Windows color (decimal): -16705173 or 7018753. OLE color: 7018753.

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

Color convert

RGB 1 25 107 -
CMYK 0.99 0.77 0 0.58
HSL 226.42º 0.98% 0.21% -
HSV(B) 226.42º 0.99% 0.42% -
XYZ 3.01 1.76 14.09 -
YUV 27.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 1 25 107 0.99 0.77 0 0.58 226.42 0.98 0.21
Hex 1 19 6B 63 4D 0 3A E2 62 15
Octal 1 31 153 143 115 0 72 342 142 25
Binary 1 11001 1101011 1100011 1001101 0 111010 11100010 1100010 10101

Color Harmonies of #01196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01196B

Black with #01196B

Text Example


Text Example

White with #01196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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