Html Css Color HEX #192E7D Sapphire

📋 copy color: '#192E7D'

red 25 ◦ green 46 ◦ blue 125

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

Shades of Sapphire #192E7D

Tints of Sapphire #192E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 63.78%

R = 12.76%
G = 23.47%
B = 63.78%

CMYK

 C value IS 0.8

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#192E7D (or 0x192E7D) is known color: Sapphire. HEX triplet: 19, 2E and 7D. RGB value is (25,46,125). Sum of RGB (Red+Green+Blue) = 25+46+125=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #192E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E7D is #E6D182. Grayscale: #303030. Windows color (decimal): -15126915 or 8203801. OLE color: 8203801.

HSL color Cylindrical-coordinate representation of color #192E7D: hue angle of 227.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192E7D is Cyan = 0.8, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 46 125 -
CMYK 0.8 0.63 0 0.51
HSL 227.4º 0.67% 0.29% -
HSV(B) 227.4º 0.8% 0.49% -
XYZ 5.08 3.64 19.84 -
YUV 48.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 25 46 125 0.8 0.63 0 0.51 227.4 0.67 0.29
Hex 19 2E 7D 50 3F 0 33 E3 43 1D
Octal 31 56 175 120 77 0 63 343 103 35
Binary 11001 101110 1111101 1010000 111111 0 110011 11100011 1000011 11101

Color Harmonies of #192E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E7D

Black with #192E7D

Text Example


Text Example

White with #192E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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