Html Css Color HEX #00194A Sapphire

📋 copy color: '#00194A'

red 0 ◦ green 25 ◦ blue 74

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

Shades of Sapphire #00194A

Tints of Sapphire #00194A

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.3% from 255) = 74.75%

R = 0%
G = 25.25%
B = 74.75%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00194A (or 0x00194A) is known color: 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

RGB 0 25 74 -
CMYK 1 0.66 0 0.71
HSL 219.73º 1% 0.15% -
HSV(B) 219.73º 1% 0.29% -
XYZ 1.58 1.19 6.62 -
YUV 23.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 0 25 74 1 0.66 0 0.71 219.73 1 0.15
Hex 0 19 4A 64 42 0 47 DC 64 F
Octal 0 31 112 144 102 0 107 334 144 17
Binary 0 11001 1001010 1100100 1000010 0 1000111 11011100 1100100 1111

Color Harmonies of #00194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00194A

Black with #00194A

Text Example


Text Example

White with #00194A

Text Example


Text Example

HTML Codes & Css Web 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>