Html Css Color HEX #192F9F Egyptian Blue

📋 copy color: '#192F9F'

red 25 ◦ green 47 ◦ blue 159

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

Shades of Egyptian Blue #192F9F

Tints of Egyptian Blue #192F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 10.82%
G = 20.35%
B = 68.83%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#192F9F (or 0x192F9F) is known color: Egyptian Blue. HEX triplet: 19, 2F and 9F. RGB value is (25,47,159). Sum of RGB (Red+Green+Blue) = 25+47+159=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #192F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F9F is #E6D060. Grayscale: #343434. Windows color (decimal): -15126625 or 10432281. OLE color: 10432281.

HSL color Cylindrical-coordinate representation of color #192F9F: hue angle of 230.15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192F9F is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 47 159 -
CMYK 0.84 0.70 0 0.38
HSL 230.15º 0.73% 0.36% -
HSV(B) 230.15º 0.84% 0.62% -
XYZ 7.68 4.74 33.31 -
YUV 53.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 25 47 159 0.84 0.70 0 0.38 230.15 0.73 0.36
Hex 19 2F 9F 54 46 0 26 E6 49 24
Octal 31 57 237 124 106 0 46 346 111 44
Binary 11001 101111 10011111 1010100 1000110 0 100110 11100110 1001001 100100

Color Harmonies of #192F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192F9F

Black with #192F9F

Text Example


Text Example

White with #192F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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