Html Css Color HEX #12379A Egyptian Blue

📋 copy color: '#12379A'

red 18 ◦ green 55 ◦ blue 154

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

Shades of Egyptian Blue #12379A

Tints of Egyptian Blue #12379A

RGB

 RED value IS 18 (7.42% from 255) = 7.93%

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 154 (60.55% from 255) = 67.84%

R = 7.93%
G = 24.23%
B = 67.84%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12379A (or 0x12379A) is known color: Egyptian Blue. HEX triplet: 12, 37 and 9A. RGB value is (18,55,154). Sum of RGB (Red+Green+Blue) = 18+55+154=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #12379A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12379A is #EDC865. Grayscale: #363636. Windows color (decimal): -15583334 or 10106642. OLE color: 10106642.

HSL color Cylindrical-coordinate representation of color #12379A: hue angle of 223.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12379A is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 55 154 -
CMYK 0.88 0.64 0 0.40
HSL 223.68º 0.79% 0.34% -
HSV(B) 223.68º 0.88% 0.6% -
XYZ 7.45 5.19 31.18 -
YUV 55.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 18 55 154 0.88 0.64 0 0.40 223.68 0.79 0.34
Hex 12 37 9A 58 40 0 28 E0 4F 22
Octal 22 67 232 130 100 0 50 340 117 42
Binary 10010 110111 10011010 1011000 1000000 0 101000 11100000 1001111 100010

Color Harmonies of #12379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12379A

Black with #12379A

Text Example


Text Example

White with #12379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12379A; }

 p { color: rgb(18,55,154); }

 H1.HeaderClassName
 {
   color: #12379A;
 }
 .AnyTagClassName
 {
   color: #12379A;
 }
</style>

background-color css

<style>
 a { background-color: #12379A; }

 a { background-color: rgb(18,55,154); }

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

border-color css

<style>
 span { border-color: #12379A; }

 span { border-color: rgb(18,55,154); }

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