Html Css Color HEX #19346C Sapphire

📋 copy color: '#19346C'

red 25 ◦ green 52 ◦ blue 108

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

Shades of Sapphire #19346C

Tints of Sapphire #19346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

 BLUE value IS 108 (42.58% from 255) = 58.38%

R = 13.51%
G = 28.11%
B = 58.38%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19346C (or 0x19346C) is known color: Sapphire. HEX triplet: 19, 34 and 6C. RGB value is (25,52,108). Sum of RGB (Red+Green+Blue) = 25+52+108=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #19346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19346C is #E6CB93. Grayscale: #323232. Windows color (decimal): -15125396 or 7091225. OLE color: 7091225.

HSL color Cylindrical-coordinate representation of color #19346C: hue angle of 220.48º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19346C is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 52 108 -
CMYK 0.77 0.52 0 0.58
HSL 220.48º 0.62% 0.26% -
HSV(B) 220.48º 0.77% 0.42% -
XYZ 4.34 3.75 14.68 -
YUV 50.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 25 52 108 0.77 0.52 0 0.58 220.48 0.62 0.26
Hex 19 34 6C 4D 34 0 3A DC 3E 1A
Octal 31 64 154 115 64 0 72 334 76 32
Binary 11001 110100 1101100 1001101 110100 0 111010 11011100 111110 11010

Color Harmonies of #19346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19346C

Black with #19346C

Text Example


Text Example

White with #19346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,52,108); }

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

background-color css

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

 a { background-color: rgb(25,52,108); }

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

border-color css

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

 span { border-color: rgb(25,52,108); }

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