Html Css Color HEX #192F7C Sapphire

📋 copy color: '#192F7C'

red 25 ◦ green 47 ◦ blue 124

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

Shades of Sapphire #192F7C

Tints of Sapphire #192F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 12.76%
G = 23.98%
B = 63.27%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#192F7C (or 0x192F7C) is known color: Sapphire. HEX triplet: 19, 2F and 7C. RGB value is (25,47,124). Sum of RGB (Red+Green+Blue) = 25+47+124=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #192F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F7C is #E6D083. Grayscale: #303030. Windows color (decimal): -15126660 or 8138521. OLE color: 8138521.

HSL color Cylindrical-coordinate representation of color #192F7C: hue angle of 226.67º degrees, saturation: 0.66, 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 #192F7C is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 47 124 -
CMYK 0.80 0.62 0 0.51
HSL 226.67º 0.66% 0.29% -
HSV(B) 226.67º 0.8% 0.49% -
XYZ 5.06 3.69 19.52 -
YUV 49.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 25 47 124 0.80 0.62 0 0.51 226.67 0.66 0.29
Hex 19 2F 7C 50 3E 0 33 E3 42 1D
Octal 31 57 174 120 76 0 63 343 102 35
Binary 11001 101111 1111100 1010000 111110 0 110011 11100011 1000010 11101

Color Harmonies of #192F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192F7C

Black with #192F7C

Text Example


Text Example

White with #192F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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