Html Css Color HEX #01194E Sapphire

📋 copy color: '#01194E'

red 1 ◦ green 25 ◦ blue 78

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

Shades of Sapphire #01194E

Tints of Sapphire #01194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 75%

R = 0.96%
G = 24.04%
B = 75%

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

#01194E (or 0x01194E) is known color: Sapphire. HEX triplet: 01, 19 and 4E. RGB value is (1,25,78). Sum of RGB (Red+Green+Blue) = 1+25+78=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #01194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01194E is #FEE6B1. Grayscale: #171717. Windows color (decimal): -16705202 or 5118209. OLE color: 5118209.

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

Color convert

RGB 1 25 78 -
CMYK 0.99 0.68 0 0.69
HSL 221.3º 0.97% 0.15% -
HSV(B) 221.3º 0.99% 0.31% -
XYZ 1.74 1.25 7.36 -
YUV 23.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 1 25 78 0.99 0.68 0 0.69 221.3 0.97 0.15
Hex 1 19 4E 63 44 0 45 DD 61 F
Octal 1 31 116 143 104 0 105 335 141 17
Binary 1 11001 1001110 1100011 1000100 0 1000101 11011101 1100001 1111

Color Harmonies of #01194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01194E

Black with #01194E

Text Example


Text Example

White with #01194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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