Html Css Color HEX #12349A Egyptian Blue

📋 copy color: '#12349A'

red 18 ◦ green 52 ◦ blue 154

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

Shades of Egyptian Blue #12349A

Tints of Egyptian Blue #12349A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

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

R = 8.04%
G = 23.21%
B = 68.75%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12349A (or 0x12349A) is known color: Egyptian Blue. HEX triplet: 12, 34 and 9A. RGB value is (18,52,154). Sum of RGB (Red+Green+Blue) = 18+52+154=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #12349A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12349A is #EDCB65. Grayscale: #353535. Windows color (decimal): -15584102 or 10105874. OLE color: 10105874.

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

Color convert

RGB 18 52 154 -
CMYK 0.88 0.66 0 0.40
HSL 225º 0.79% 0.34% -
HSV(B) 225º 0.88% 0.6% -
XYZ 7.31 4.92 31.14 -
YUV 53.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 18 52 154 0.88 0.66 0 0.40 225 0.79 0.34
Hex 12 34 9A 58 42 0 28 E1 4F 22
Octal 22 64 232 130 102 0 50 341 117 42
Binary 10010 110100 10011010 1011000 1000010 0 101000 11100001 1001111 100010

Color Harmonies of #12349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12349A

Black with #12349A

Text Example


Text Example

White with #12349A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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