Html Css Color HEX #192970 Sapphire

📋 copy color: '#192970'

red 25 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #192970

Tints of Sapphire #192970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 14.04%
G = 23.03%
B = 62.92%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#192970 (or 0x192970) is known color: Sapphire. HEX triplet: 19, 29 and 70. RGB value is (25,41,112). Sum of RGB (Red+Green+Blue) = 25+41+112=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #192970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192970 is #E6D68F. Grayscale: #2C2C2C. Windows color (decimal): -15128208 or 7350553. OLE color: 7350553.

HSL color Cylindrical-coordinate representation of color #192970: hue angle of 228.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192970 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 41 112 -
CMYK 0.78 0.63 0 0.56
HSL 228.97º 0.64% 0.27% -
HSV(B) 228.97º 0.78% 0.44% -
XYZ 4.12 2.96 15.68 -
YUV 44.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 25 41 112 0.78 0.63 0 0.56 228.97 0.64 0.27
Hex 19 29 70 4E 3F 0 38 E5 40 1B
Octal 31 51 160 116 77 0 70 345 100 33
Binary 11001 101001 1110000 1001110 111111 0 111000 11100101 1000000 11011

Color Harmonies of #192970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192970

Black with #192970

Text Example


Text Example

White with #192970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192970; }

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

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

background-color css

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

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

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

border-color css

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

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

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