Html Css Color HEX #19346F Sapphire

📋 copy color: '#19346F'

red 25 ◦ green 52 ◦ blue 111

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

Shades of Sapphire #19346F

Tints of Sapphire #19346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 13.3%
G = 27.66%
B = 59.04%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19346F (or 0x19346F) is known color: Sapphire. HEX triplet: 19, 34 and 6F. RGB value is (25,52,111). Sum of RGB (Red+Green+Blue) = 25+52+111=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #19346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19346F is #E6CB90. Grayscale: #323232. Windows color (decimal): -15125393 or 7287833. OLE color: 7287833.

HSL color Cylindrical-coordinate representation of color #19346F: hue angle of 221.16º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19346F is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 52 111 -
CMYK 0.77 0.53 0 0.56
HSL 221.16º 0.63% 0.27% -
HSV(B) 221.16º 0.77% 0.44% -
XYZ 4.5 3.81 15.54 -
YUV 50.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 25 52 111 0.77 0.53 0 0.56 221.16 0.63 0.27
Hex 19 34 6F 4D 35 0 38 DD 3F 1B
Octal 31 64 157 115 65 0 70 335 77 33
Binary 11001 110100 1101111 1001101 110101 0 111000 11011101 111111 11011

Color Harmonies of #19346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19346F

Black with #19346F

Text Example


Text Example

White with #19346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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