Html Css Color HEX #192F75 Sapphire

📋 copy color: '#192F75'

red 25 ◦ green 47 ◦ blue 117

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

Shades of Sapphire #192F75

Tints of Sapphire #192F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.87%

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

R = 13.23%
G = 24.87%
B = 61.9%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#192F75 (or 0x192F75) is known color: Sapphire. HEX triplet: 19, 2F and 75. RGB value is (25,47,117). Sum of RGB (Red+Green+Blue) = 25+47+117=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #192F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F75 is #E6D08A. Grayscale: #303030. Windows color (decimal): -15126667 or 7679769. OLE color: 7679769.

HSL color Cylindrical-coordinate representation of color #192F75: hue angle of 225.65º 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 #192F75 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 47 117 -
CMYK 0.79 0.60 0 0.54
HSL 225.65º 0.65% 0.28% -
HSV(B) 225.65º 0.79% 0.46% -
XYZ 4.63 3.52 17.27 -
YUV 48.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 25 47 117 0.79 0.60 0 0.54 225.65 0.65 0.28
Hex 19 2F 75 4F 3C 0 36 E2 41 1C
Octal 31 57 165 117 74 0 66 342 101 34
Binary 11001 101111 1110101 1001111 111100 0 110110 11100010 1000001 11100

Color Harmonies of #192F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192F75

Black with #192F75

Text Example


Text Example

White with #192F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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