Html Css Color HEX #19285E Sapphire

📋 copy color: '#19285E'

red 25 ◦ green 40 ◦ blue 94

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

Shades of Sapphire #19285E

Tints of Sapphire #19285E

RGB

 RED value IS 25 (10.16% from 255) = 15.72%

 GREEN value IS 40 (16.02% from 255) = 25.16%

 BLUE value IS 94 (37.11% from 255) = 59.12%

R = 15.72%
G = 25.16%
B = 59.12%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19285E (or 0x19285E) is known color: Sapphire. HEX triplet: 19, 28 and 5E. RGB value is (25,40,94). Sum of RGB (Red+Green+Blue) = 25+40+94=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #19285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19285E is #E6D7A1. Grayscale: #292929. Windows color (decimal): -15128482 or 6170649. OLE color: 6170649.

HSL color Cylindrical-coordinate representation of color #19285E: hue angle of 226.96º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19285E is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 40 94 -
CMYK 0.73 0.57 0 0.63
HSL 226.96º 0.58% 0.23% -
HSV(B) 226.96º 0.73% 0.37% -
XYZ 3.18 2.53 10.91 -
YUV 41.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 25 40 94 0.73 0.57 0 0.63 226.96 0.58 0.23
Hex 19 28 5E 49 39 0 3F E3 3A 17
Octal 31 50 136 111 71 0 77 343 72 27
Binary 11001 101000 1011110 1001001 111001 0 111111 11100011 111010 10111

Color Harmonies of #19285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19285E

Black with #19285E

Text Example


Text Example

White with #19285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,40,94); }

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

background-color css

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

 a { background-color: rgb(25,40,94); }

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

border-color css

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

 span { border-color: rgb(25,40,94); }

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