#00194A

Color #00194A Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #00194A

Tints of Sapphire #00194A

Color information

#00194A (or 0x00194A) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 4A. RGB value is (0,25,74). Sum of RGB (Red+Green+Blue) = 0+25+74=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #00194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00194A is #FFE6B5. Grayscale: #161616. Windows color (decimal): -16770742 or 4856064. OLE color: 4856064.

HSL color Cylindrical-coordinate representation of color #00194A: hue angle of 219.73º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00194A is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB02574-
CMYK10.6600.71
HSL219.73º100%14.51%-
HSV(B)219.73º100%29.02%-
XYZ1.581.196.62-
YUV23.11156.72111.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=0%
G=25.25%
B=74.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0257410.6600.71219.7310014.51
Hex0194A6442047dc64f
Octal031112144102010733414417
Binary011001100101011001001000010010001111101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00194A; }

 p { color: rgb(0,25,74); }

 H1.HeaderClassName
 {
   color: #00194A;
 }
 .AnyTagClassName
 {
   color: #00194A;
 }
</style>
background-color css

<style>
 a { background-color: #00194A; }

 a { background-color: rgb(0,25,74); }

 div.DivClassName
 {
   background-color: #00194A;
 }
 .BgClassName
 {
   background-color: #00194A;
 }
</style>
border-color css

<style>
 span { border-color: #00194A; }

 span { border-color: rgb(0,25,74); }

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