Html Css Color HEX #19307C Sapphire

📋 copy color: '#19307C'

red 25 ◦ green 48 ◦ blue 124

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

Shades of Sapphire #19307C

Tints of Sapphire #19307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

 BLUE value IS 124 (48.83% from 255) = 62.94%

R = 12.69%
G = 24.37%
B = 62.94%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19307C (or 0x19307C) is known color: Sapphire. HEX triplet: 19, 30 and 7C. RGB value is (25,48,124). Sum of RGB (Red+Green+Blue) = 25+48+124=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #19307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19307C is #E6CF83. Grayscale: #313131. Windows color (decimal): -15126404 or 8138777. OLE color: 8138777.

HSL color Cylindrical-coordinate representation of color #19307C: hue angle of 226.06º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19307C is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 48 124 -
CMYK 0.80 0.61 0 0.51
HSL 226.06º 0.66% 0.29% -
HSV(B) 226.06º 0.8% 0.49% -
XYZ 5.1 3.78 19.53 -
YUV 49.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 25 48 124 0.80 0.61 0 0.51 226.06 0.66 0.29
Hex 19 30 7C 50 3D 0 33 E2 42 1D
Octal 31 60 174 120 75 0 63 342 102 35
Binary 11001 110000 1111100 1010000 111101 0 110011 11100010 1000010 11101

Color Harmonies of #19307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19307C

Black with #19307C

Text Example


Text Example

White with #19307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,48,124); }

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

background-color css

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

 a { background-color: rgb(25,48,124); }

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

border-color css

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

 span { border-color: rgb(25,48,124); }

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