Html Css Color HEX #192D75 Sapphire

📋 copy color: '#192D75'

red 25 ◦ green 45 ◦ blue 117

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

Shades of Sapphire #192D75

Tints of Sapphire #192D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.06%

 BLUE value IS 117 (46.09% from 255) = 62.57%

R = 13.37%
G = 24.06%
B = 62.57%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#192D75 (or 0x192D75) is known color: Sapphire. HEX triplet: 19, 2D and 75. RGB value is (25,45,117). Sum of RGB (Red+Green+Blue) = 25+45+117=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #192D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D75 is #E6D28A. Grayscale: #2E2E2E. Windows color (decimal): -15127179 or 7679257. OLE color: 7679257.

HSL color Cylindrical-coordinate representation of color #192D75: hue angle of 226.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192D75 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 45 117 -
CMYK 0.79 0.62 0 0.54
HSL 226.96º 0.65% 0.28% -
HSV(B) 226.96º 0.79% 0.46% -
XYZ 4.55 3.37 17.24 -
YUV 47.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 25 45 117 0.79 0.62 0 0.54 226.96 0.65 0.28
Hex 19 2D 75 4F 3E 0 36 E3 41 1C
Octal 31 55 165 117 76 0 66 343 101 34
Binary 11001 101101 1110101 1001111 111110 0 110110 11100011 1000001 11100

Color Harmonies of #192D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192D75

Black with #192D75

Text Example


Text Example

White with #192D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,45,117); }

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

background-color css

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

 a { background-color: rgb(25,45,117); }

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

border-color css

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

 span { border-color: rgb(25,45,117); }

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