Html Css Color HEX #19275C Sapphire

📋 copy color: '#19275C'

red 25 ◦ green 39 ◦ blue 92

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

Shades of Sapphire #19275C

Tints of Sapphire #19275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 16.03%
G = 25%
B = 58.97%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19275C (or 0x19275C) is known color: Sapphire. HEX triplet: 19, 27 and 5C. RGB value is (25,39,92). Sum of RGB (Red+Green+Blue) = 25+39+92=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #19275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275C is #E6D8A3. Grayscale: #282828. Windows color (decimal): -15128740 or 6039321. OLE color: 6039321.

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

Color convert

RGB 25 39 92 -
CMYK 0.73 0.58 0 0.64
HSL 227.46º 0.57% 0.23% -
HSV(B) 227.46º 0.73% 0.36% -
XYZ 3.06 2.43 10.43 -
YUV 40.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 25 39 92 0.73 0.58 0 0.64 227.46 0.57 0.23
Hex 19 27 5C 49 3A 0 40 E3 39 17
Octal 31 47 134 111 72 0 100 343 71 27
Binary 11001 100111 1011100 1001001 111010 0 1000000 11100011 111001 10111

Color Harmonies of #19275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19275C

Black with #19275C

Text Example


Text Example

White with #19275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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