Html Css Color HEX #19265C Sapphire

📋 copy color: '#19265C'

red 25 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #19265C

Tints of Sapphire #19265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

 BLUE value IS 92 (36.33% from 255) = 59.35%

R = 16.13%
G = 24.52%
B = 59.35%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19265C (or 0x19265C) is known color: Sapphire. HEX triplet: 19, 26 and 5C. RGB value is (25,38,92). Sum of RGB (Red+Green+Blue) = 25+38+92=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #19265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265C is #E6D9A3. Grayscale: #282828. Windows color (decimal): -15128996 or 6039065. OLE color: 6039065.

HSL color Cylindrical-coordinate representation of color #19265C: hue angle of 228.36º degrees, saturation: 0.57, 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 #19265C is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 38 92 -
CMYK 0.73 0.59 0 0.64
HSL 228.36º 0.57% 0.23% -
HSV(B) 228.36º 0.73% 0.36% -
XYZ 3.03 2.37 10.42 -
YUV 40.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 25 38 92 0.73 0.59 0 0.64 228.36 0.57 0.23
Hex 19 26 5C 49 3B 0 40 E4 39 17
Octal 31 46 134 111 73 0 100 344 71 27
Binary 11001 100110 1011100 1001001 111011 0 1000000 11100100 111001 10111

Color Harmonies of #19265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19265C

Black with #19265C

Text Example


Text Example

White with #19265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19265C; }

 p { color: rgb(25,38,92); }

 H1.HeaderClassName
 {
   color: #19265C;
 }
 .AnyTagClassName
 {
   color: #19265C;
 }
</style>

background-color css

<style>
 a { background-color: #19265C; }

 a { background-color: rgb(25,38,92); }

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

border-color css

<style>
 span { border-color: #19265C; }

 span { border-color: rgb(25,38,92); }

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