Html Css Color HEX #192C59 Sapphire

📋 copy color: '#192C59'

red 25 ◦ green 44 ◦ blue 89

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

Shades of Sapphire #192C59

Tints of Sapphire #192C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.85%

 BLUE value IS 89 (35.16% from 255) = 56.33%

R = 15.82%
G = 27.85%
B = 56.33%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#192C59 (or 0x192C59) is known color: Sapphire. HEX triplet: 19, 2C and 59. RGB value is (25,44,89). Sum of RGB (Red+Green+Blue) = 25+44+89=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #192C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C59 is #E6D3A6. Grayscale: #2B2B2B. Windows color (decimal): -15127463 or 5843993. OLE color: 5843993.

HSL color Cylindrical-coordinate representation of color #192C59: hue angle of 222.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192C59 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 44 89 -
CMYK 0.72 0.51 0 0.65
HSL 222.19º 0.56% 0.22% -
HSV(B) 222.19º 0.72% 0.35% -
XYZ 3.1 2.73 9.81 -
YUV 43.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 25 44 89 0.72 0.51 0 0.65 222.19 0.56 0.22
Hex 19 2C 59 48 33 0 41 DE 38 16
Octal 31 54 131 110 63 0 101 336 70 26
Binary 11001 101100 1011001 1001000 110011 0 1000001 11011110 111000 10110

Color Harmonies of #192C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192C59

Black with #192C59

Text Example


Text Example

White with #192C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,44,89); }

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

background-color css

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

 a { background-color: rgb(25,44,89); }

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

border-color css

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

 span { border-color: rgb(25,44,89); }

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