Html Css Color HEX #12319A Egyptian Blue

📋 copy color: '#12319A'

red 18 ◦ green 49 ◦ blue 154

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

Shades of Egyptian Blue #12319A

Tints of Egyptian Blue #12319A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

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

R = 8.14%
G = 22.17%
B = 69.68%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12319A (or 0x12319A) is known color: Egyptian Blue. HEX triplet: 12, 31 and 9A. RGB value is (18,49,154). Sum of RGB (Red+Green+Blue) = 18+49+154=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #12319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12319A is #EDCE65. Grayscale: #333333. Windows color (decimal): -15584870 or 10105106. OLE color: 10105106.

HSL color Cylindrical-coordinate representation of color #12319A: hue angle of 226.32º 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 #12319A is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 49 154 -
CMYK 0.88 0.68 0 0.40
HSL 226.32º 0.79% 0.34% -
HSV(B) 226.32º 0.88% 0.6% -
XYZ 7.18 4.66 31.09 -
YUV 51.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 18 49 154 0.88 0.68 0 0.40 226.32 0.79 0.34
Hex 12 31 9A 58 44 0 28 E2 4F 22
Octal 22 61 232 130 104 0 50 342 117 42
Binary 10010 110001 10011010 1011000 1000100 0 101000 11100010 1001111 100010

Color Harmonies of #12319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12319A

Black with #12319A

Text Example


Text Example

White with #12319A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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