Html Css Color HEX #19285A Sapphire

📋 copy color: '#19285A'

red 25 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #19285A

Tints of Sapphire #19285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.06%

R = 16.13%
G = 25.81%
B = 58.06%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19285A (or 0x19285A) is known color: Sapphire. HEX triplet: 19, 28 and 5A. RGB value is (25,40,90). Sum of RGB (Red+Green+Blue) = 25+40+90=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #19285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19285A is #E6D7A5. Grayscale: #292929. Windows color (decimal): -15128486 or 5908505. OLE color: 5908505.

HSL color Cylindrical-coordinate representation of color #19285A: hue angle of 226.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19285A is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 40 90 -
CMYK 0.72 0.56 0 0.65
HSL 226.15º 0.57% 0.23% -
HSV(B) 226.15º 0.72% 0.35% -
XYZ 3.01 2.46 9.99 -
YUV 41.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 25 40 90 0.72 0.56 0 0.65 226.15 0.57 0.23
Hex 19 28 5A 48 38 0 41 E2 39 17
Octal 31 50 132 110 70 0 101 342 71 27
Binary 11001 101000 1011010 1001000 111000 0 1000001 11100010 111001 10111

Color Harmonies of #19285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19285A

Black with #19285A

Text Example


Text Example

White with #19285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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