Html Css Color HEX #192B8A Egyptian Blue

📋 copy color: '#192B8A'

red 25 ◦ green 43 ◦ blue 138

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

Shades of Egyptian Blue #192B8A

Tints of Egyptian Blue #192B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

 BLUE value IS 138 (54.3% from 255) = 66.99%

R = 12.14%
G = 20.87%
B = 66.99%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#192B8A (or 0x192B8A) is known color: Egyptian Blue. HEX triplet: 19, 2B and 8A. RGB value is (25,43,138). Sum of RGB (Red+Green+Blue) = 25+43+138=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #192B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B8A is #E6D475. Grayscale: #303030. Windows color (decimal): -15127670 or 9055001. OLE color: 9055001.

HSL color Cylindrical-coordinate representation of color #192B8A: hue angle of 230.44º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192B8A is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 43 138 -
CMYK 0.82 0.69 0 0.46
HSL 230.44º 0.69% 0.32% -
HSV(B) 230.44º 0.82% 0.54% -
XYZ 5.85 3.77 24.46 -
YUV 48.45 178.54 111.28 -
System Red Green Blue C M Y K H S L
Decimal 25 43 138 0.82 0.69 0 0.46 230.44 0.69 0.32
Hex 19 2B 8A 52 45 0 2E E6 45 20
Octal 31 53 212 122 105 0 56 346 105 40
Binary 11001 101011 10001010 1010010 1000101 0 101110 11100110 1000101 100000

Color Harmonies of #192B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192B8A

Black with #192B8A

Text Example


Text Example

White with #192B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,43,138); }

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

background-color css

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

 a { background-color: rgb(25,43,138); }

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

border-color css

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

 span { border-color: rgb(25,43,138); }

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