Html Css Color HEX #19306C Sapphire

📋 copy color: '#19306C'

red 25 ◦ green 48 ◦ blue 108

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

Shades of Sapphire #19306C

Tints of Sapphire #19306C

RGB

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

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

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

R = 13.81%
G = 26.52%
B = 59.67%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19306C (or 0x19306C) is known color: Sapphire. HEX triplet: 19, 30 and 6C. RGB value is (25,48,108). Sum of RGB (Red+Green+Blue) = 25+48+108=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #19306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19306C is #E6CF93. Grayscale: #2F2F2F. Windows color (decimal): -15126420 or 7090201. OLE color: 7090201.

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

Color convert

RGB 25 48 108 -
CMYK 0.77 0.56 0 0.58
HSL 223.37º 0.62% 0.26% -
HSV(B) 223.37º 0.77% 0.42% -
XYZ 4.16 3.4 14.62 -
YUV 47.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 25 48 108 0.77 0.56 0 0.58 223.37 0.62 0.26
Hex 19 30 6C 4D 38 0 3A DF 3E 1A
Octal 31 60 154 115 70 0 72 337 76 32
Binary 11001 110000 1101100 1001101 111000 0 111010 11011111 111110 11010

Color Harmonies of #19306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19306C

Black with #19306C

Text Example


Text Example

White with #19306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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