Html Css Color HEX #01194C Sapphire

📋 copy color: '#01194C'

red 1 ◦ green 25 ◦ blue 76

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

Shades of Sapphire #01194C

Tints of Sapphire #01194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 74.51%

R = 0.98%
G = 24.51%
B = 74.51%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01194C (or 0x01194C) is known color: Sapphire. HEX triplet: 01, 19 and 4C. RGB value is (1,25,76). Sum of RGB (Red+Green+Blue) = 1+25+76=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #01194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01194C is #FEE6B3. Grayscale: #171717. Windows color (decimal): -16705204 or 4987137. OLE color: 4987137.

HSL color Cylindrical-coordinate representation of color #01194C: hue angle of 220.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01194C is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 25 76 -
CMYK 0.99 0.67 0 0.70
HSL 220.8º 0.97% 0.15% -
HSV(B) 220.8º 0.99% 0.3% -
XYZ 1.66 1.22 6.99 -
YUV 23.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 1 25 76 0.99 0.67 0 0.70 220.8 0.97 0.15
Hex 1 19 4C 63 43 0 46 DD 61 F
Octal 1 31 114 143 103 0 106 335 141 17
Binary 1 11001 1001100 1100011 1000011 0 1000110 11011101 1100001 1111

Color Harmonies of #01194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01194C

Black with #01194C

Text Example


Text Example

White with #01194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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