Html Css Color HEX #192A63 Sapphire

📋 copy color: '#192A63'

red 25 ◦ green 42 ◦ blue 99

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

Shades of Sapphire #192A63

Tints of Sapphire #192A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 99 (39.06% from 255) = 59.64%

R = 15.06%
G = 25.3%
B = 59.64%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#192A63 (or 0x192A63) is known color: Sapphire. HEX triplet: 19, 2A and 63. RGB value is (25,42,99). Sum of RGB (Red+Green+Blue) = 25+42+99=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #192A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A63 is #E6D59C. Grayscale: #2B2B2B. Windows color (decimal): -15127965 or 6498841. OLE color: 6498841.

HSL color Cylindrical-coordinate representation of color #192A63: hue angle of 226.22º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192A63 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 42 99 -
CMYK 0.75 0.58 0 0.61
HSL 226.22º 0.6% 0.24% -
HSV(B) 226.22º 0.75% 0.39% -
XYZ 3.48 2.76 12.15 -
YUV 43.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 25 42 99 0.75 0.58 0 0.61 226.22 0.6 0.24
Hex 19 2A 63 4B 3A 0 3D E2 3C 18
Octal 31 52 143 113 72 0 75 342 74 30
Binary 11001 101010 1100011 1001011 111010 0 111101 11100010 111100 11000

Color Harmonies of #192A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192A63

Black with #192A63

Text Example


Text Example

White with #192A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192A63; }

 p { color: rgb(25,42,99); }

 H1.HeaderClassName
 {
   color: #192A63;
 }
 .AnyTagClassName
 {
   color: #192A63;
 }
</style>

background-color css

<style>
 a { background-color: #192A63; }

 a { background-color: rgb(25,42,99); }

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

border-color css

<style>
 span { border-color: #192A63; }

 span { border-color: rgb(25,42,99); }

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