Html Css Color HEX #01195F Sapphire

📋 copy color: '#01195F'

red 1 ◦ green 25 ◦ blue 95

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

Shades of Sapphire #01195F

Tints of Sapphire #01195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 78.51%

R = 0.83%
G = 20.66%
B = 78.51%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01195F (or 0x01195F) is known color: Sapphire. HEX triplet: 01, 19 and 5F. RGB value is (1,25,95). Sum of RGB (Red+Green+Blue) = 1+25+95=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 95 (37.5% from 255 or 78.51% from 121); Max value from RGB is 95 - color contains mainly: blue. Hex color #01195F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01195F is #FEE6A0. Grayscale: #191919. Windows color (decimal): -16705185 or 6232321. OLE color: 6232321.

HSL color Cylindrical-coordinate representation of color #01195F: hue angle of 224.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01195F is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 25 95 -
CMYK 0.99 0.74 0 0.63
HSL 224.68º 0.98% 0.19% -
HSV(B) 224.68º 0.99% 0.37% -
XYZ 2.43 1.53 10.99 -
YUV 25.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 1 25 95 0.99 0.74 0 0.63 224.68 0.98 0.19
Hex 1 19 5F 63 4A 0 3F E1 62 13
Octal 1 31 137 143 112 0 77 341 142 23
Binary 1 11001 1011111 1100011 1001010 0 111111 11100001 1100010 10011

Color Harmonies of #01195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01195F

Black with #01195F

Text Example


Text Example

White with #01195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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