Html Css Color HEX #1234AC Egyptian Blue

📋 copy color: '#1234AC'

red 18 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #1234AC

Tints of Egyptian Blue #1234AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.07%

R = 7.44%
G = 21.49%
B = 71.07%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1234AC (or 0x1234AC) is known color: Egyptian Blue. HEX triplet: 12, 34 and AC. RGB value is (18,52,172). Sum of RGB (Red+Green+Blue) = 18+52+172=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #1234AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1234AC is #EDCB53. Grayscale: #373737. Windows color (decimal): -15584084 or 11285522. OLE color: 11285522.

HSL color Cylindrical-coordinate representation of color #1234AC: hue angle of 226.75º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1234AC is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 52 172 -
CMYK 0.90 0.70 0 0.33
HSL 226.75º 0.81% 0.37% -
HSV(B) 226.75º 0.9% 0.67% -
XYZ 8.92 5.56 39.63 -
YUV 55.51 193.74 101.24 -
System Red Green Blue C M Y K H S L
Decimal 18 52 172 0.90 0.70 0 0.33 226.75 0.81 0.37
Hex 12 34 AC 5A 46 0 21 E3 51 25
Octal 22 64 254 132 106 0 41 343 121 45
Binary 10010 110100 10101100 1011010 1000110 0 100001 11100011 1010001 100101

Color Harmonies of #1234AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234AC

Black with #1234AC

Text Example


Text Example

White with #1234AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1234AC; }

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

 H1.HeaderClassName
 {
   color: #1234AC;
 }
 .AnyTagClassName
 {
   color: #1234AC;
 }
</style>

background-color css

<style>
 a { background-color: #1234AC; }

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

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

border-color css

<style>
 span { border-color: #1234AC; }

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

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