Html Css Color HEX #1235AA Egyptian Blue

📋 copy color: '#1235AA'

red 18 ◦ green 53 ◦ blue 170

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

Shades of Egyptian Blue #1235AA

Tints of Egyptian Blue #1235AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 7.47%
G = 21.99%
B = 70.54%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1235AA (or 0x1235AA) is known color: Egyptian Blue. HEX triplet: 12, 35 and AA. RGB value is (18,53,170). Sum of RGB (Red+Green+Blue) = 18+53+170=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1235AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1235AA is #EDCA55. Grayscale: #373737. Windows color (decimal): -15583830 or 11154706. OLE color: 11154706.

HSL color Cylindrical-coordinate representation of color #1235AA: hue angle of 226.18º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1235AA is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 53 170 -
CMYK 0.89 0.69 0 0.33
HSL 226.18º 0.81% 0.37% -
HSV(B) 226.18º 0.89% 0.67% -
XYZ 8.78 5.58 38.64 -
YUV 55.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 18 53 170 0.89 0.69 0 0.33 226.18 0.81 0.37
Hex 12 35 AA 59 45 0 21 E2 51 25
Octal 22 65 252 131 105 0 41 342 121 45
Binary 10010 110101 10101010 1011001 1000101 0 100001 11100010 1010001 100101

Color Harmonies of #1235AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1235AA

Black with #1235AA

Text Example


Text Example

White with #1235AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1235AA; }

 p { color: rgb(18,53,170); }

 H1.HeaderClassName
 {
   color: #1235AA;
 }
 .AnyTagClassName
 {
   color: #1235AA;
 }
</style>

background-color css

<style>
 a { background-color: #1235AA; }

 a { background-color: rgb(18,53,170); }

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

border-color css

<style>
 span { border-color: #1235AA; }

 span { border-color: rgb(18,53,170); }

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