Html Css Color HEX #192F72 Sapphire

📋 copy color: '#192F72'

red 25 ◦ green 47 ◦ blue 114

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

Shades of Sapphire #192F72

Tints of Sapphire #192F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 61.29%

R = 13.44%
G = 25.27%
B = 61.29%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#192F72 (or 0x192F72) is known color: Sapphire. HEX triplet: 19, 2F and 72. RGB value is (25,47,114). Sum of RGB (Red+Green+Blue) = 25+47+114=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #192F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F72 is #E6D08D. Grayscale: #2F2F2F. Windows color (decimal): -15126670 or 7483161. OLE color: 7483161.

HSL color Cylindrical-coordinate representation of color #192F72: hue angle of 225.17º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192F72 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 47 114 -
CMYK 0.78 0.59 0 0.55
HSL 225.17º 0.64% 0.27% -
HSV(B) 225.17º 0.78% 0.45% -
XYZ 4.45 3.45 16.35 -
YUV 48.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 25 47 114 0.78 0.59 0 0.55 225.17 0.64 0.27
Hex 19 2F 72 4E 3B 0 37 E1 40 1B
Octal 31 57 162 116 73 0 67 341 100 33
Binary 11001 101111 1110010 1001110 111011 0 110111 11100001 1000000 11011

Color Harmonies of #192F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192F72

Black with #192F72

Text Example


Text Example

White with #192F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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