Html Css Color HEX #01194F Sapphire

📋 copy color: '#01194F'

red 1 ◦ green 25 ◦ blue 79

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

Shades of Sapphire #01194F

Tints of Sapphire #01194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 75.24%

R = 0.95%
G = 23.81%
B = 75.24%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01194F (or 0x01194F) is known color: Sapphire. HEX triplet: 01, 19 and 4F. RGB value is (1,25,79). Sum of RGB (Red+Green+Blue) = 1+25+79=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #01194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01194F is #FEE6B0. Grayscale: #171717. Windows color (decimal): -16705201 or 5183745. OLE color: 5183745.

HSL color Cylindrical-coordinate representation of color #01194F: hue angle of 221.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01194F is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 25 79 -
CMYK 0.99 0.68 0 0.69
HSL 221.54º 0.98% 0.16% -
HSV(B) 221.54º 0.99% 0.31% -
XYZ 1.77 1.27 7.55 -
YUV 23.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 1 25 79 0.99 0.68 0 0.69 221.54 0.98 0.16
Hex 1 19 4F 63 44 0 45 DE 62 10
Octal 1 31 117 143 104 0 105 336 142 20
Binary 1 11001 1001111 1100011 1000100 0 1000101 11011110 1100010 10000

Color Harmonies of #01194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01194F

Black with #01194F

Text Example


Text Example

White with #01194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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