Html Css Color HEX #19285D Sapphire

📋 copy color: '#19285D'

red 25 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #19285D

Tints of Sapphire #19285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 58.86%

R = 15.82%
G = 25.32%
B = 58.86%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19285D (or 0x19285D) is known color: Sapphire. HEX triplet: 19, 28 and 5D. RGB value is (25,40,93). Sum of RGB (Red+Green+Blue) = 25+40+93=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #19285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19285D is #E6D7A2. Grayscale: #292929. Windows color (decimal): -15128483 or 6105113. OLE color: 6105113.

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

Color convert

RGB 25 40 93 -
CMYK 0.73 0.57 0 0.64
HSL 226.76º 0.58% 0.23% -
HSV(B) 226.76º 0.73% 0.36% -
XYZ 3.14 2.51 10.68 -
YUV 41.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 25 40 93 0.73 0.57 0 0.64 226.76 0.58 0.23
Hex 19 28 5D 49 39 0 40 E3 3A 17
Octal 31 50 135 111 71 0 100 343 72 27
Binary 11001 101000 1011101 1001001 111001 0 1000000 11100011 111010 10111

Color Harmonies of #19285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19285D

Black with #19285D

Text Example


Text Example

White with #19285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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