Html Css Color HEX #192E70 Sapphire

📋 copy color: '#192E70'

red 25 ◦ green 46 ◦ blue 112

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

Shades of Sapphire #192E70

Tints of Sapphire #192E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.14%

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

R = 13.66%
G = 25.14%
B = 61.2%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#192E70 (or 0x192E70) is known color: Sapphire. HEX triplet: 19, 2E and 70. RGB value is (25,46,112). Sum of RGB (Red+Green+Blue) = 25+46+112=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #192E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E70 is #E6D18F. Grayscale: #2E2E2E. Windows color (decimal): -15126928 or 7351833. OLE color: 7351833.

HSL color Cylindrical-coordinate representation of color #192E70: hue angle of 225.52º 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 #192E70 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 46 112 -
CMYK 0.78 0.59 0 0.56
HSL 225.52º 0.64% 0.27% -
HSV(B) 225.52º 0.78% 0.44% -
XYZ 4.3 3.33 15.75 -
YUV 47.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 25 46 112 0.78 0.59 0 0.56 225.52 0.64 0.27
Hex 19 2E 70 4E 3B 0 38 E2 40 1B
Octal 31 56 160 116 73 0 70 342 100 33
Binary 11001 101110 1110000 1001110 111011 0 111000 11100010 1000000 11011

Color Harmonies of #192E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E70

Black with #192E70

Text Example


Text Example

White with #192E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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