Html Css Color HEX #1237A2 Egyptian Blue

📋 copy color: '#1237A2'

red 18 ◦ green 55 ◦ blue 162

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

Shades of Egyptian Blue #1237A2

Tints of Egyptian Blue #1237A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 68.94%

R = 7.66%
G = 23.4%
B = 68.94%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1237A2 (or 0x1237A2) is known color: Egyptian Blue. HEX triplet: 12, 37 and A2. RGB value is (18,55,162). Sum of RGB (Red+Green+Blue) = 18+55+162=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 162 (63.67% from 255 or 68.94% from 235); Max value from RGB is 162 - color contains mainly: blue. Hex color #1237A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1237A2 is #EDC85D. Grayscale: #373737. Windows color (decimal): -15583326 or 10630930. OLE color: 10630930.

HSL color Cylindrical-coordinate representation of color #1237A2: hue angle of 224.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1237A2 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 55 162 -
CMYK 0.89 0.66 0 0.36
HSL 224.58º 0.8% 0.35% -
HSV(B) 224.58º 0.89% 0.64% -
XYZ 8.14 5.47 34.81 -
YUV 56.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 18 55 162 0.89 0.66 0 0.36 224.58 0.8 0.35
Hex 12 37 A2 59 42 0 24 E1 50 23
Octal 22 67 242 131 102 0 44 341 120 43
Binary 10010 110111 10100010 1011001 1000010 0 100100 11100001 1010000 100011

Color Harmonies of #1237A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237A2

Black with #1237A2

Text Example


Text Example

White with #1237A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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