Html Css Color HEX #1237AC Egyptian Blue

📋 copy color: '#1237AC'

red 18 ◦ green 55 ◦ blue 172

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

Shades of Egyptian Blue #1237AC

Tints of Egyptian Blue #1237AC

RGB

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

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

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

R = 7.35%
G = 22.45%
B = 70.2%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1237AC (or 0x1237AC) is known color: Egyptian Blue. HEX triplet: 12, 37 and AC. RGB value is (18,55,172). Sum of RGB (Red+Green+Blue) = 18+55+172=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #1237AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1237AC is #EDC853. Grayscale: #383838. Windows color (decimal): -15583316 or 11286290. OLE color: 11286290.

HSL color Cylindrical-coordinate representation of color #1237AC: hue angle of 225.58º 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 #1237AC is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 55 172 -
CMYK 0.90 0.68 0 0.33
HSL 225.58º 0.81% 0.37% -
HSV(B) 225.58º 0.9% 0.67% -
XYZ 9.06 5.84 39.68 -
YUV 57.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 18 55 172 0.90 0.68 0 0.33 225.58 0.81 0.37
Hex 12 37 AC 5A 44 0 21 E2 51 25
Octal 22 67 254 132 104 0 41 342 121 45
Binary 10010 110111 10101100 1011010 1000100 0 100001 11100010 1010001 100101

Color Harmonies of #1237AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237AC

Black with #1237AC

Text Example


Text Example

White with #1237AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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