Html Css Color HEX #19296C Sapphire

📋 copy color: '#19296C'

red 25 ◦ green 41 ◦ blue 108

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

Shades of Sapphire #19296C

Tints of Sapphire #19296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

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

R = 14.37%
G = 23.56%
B = 62.07%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19296C (or 0x19296C) is known color: Sapphire. HEX triplet: 19, 29 and 6C. RGB value is (25,41,108). Sum of RGB (Red+Green+Blue) = 25+41+108=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #19296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19296C is #E6D693. Grayscale: #2B2B2B. Windows color (decimal): -15128212 or 7088409. OLE color: 7088409.

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

Color convert

RGB 25 41 108 -
CMYK 0.77 0.62 0 0.58
HSL 228.43º 0.62% 0.26% -
HSV(B) 228.43º 0.77% 0.42% -
XYZ 3.9 2.88 14.54 -
YUV 43.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 25 41 108 0.77 0.62 0 0.58 228.43 0.62 0.26
Hex 19 29 6C 4D 3E 0 3A E4 3E 1A
Octal 31 51 154 115 76 0 72 344 76 32
Binary 11001 101001 1101100 1001101 111110 0 111010 11100100 111110 11010

Color Harmonies of #19296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19296C

Black with #19296C

Text Example


Text Example

White with #19296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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