Html Css Color HEX #1227AB Egyptian Blue

📋 copy color: '#1227AB'

red 18 ◦ green 39 ◦ blue 171

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

Shades of Egyptian Blue #1227AB

Tints of Egyptian Blue #1227AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

 BLUE value IS 171 (67.19% from 255) = 75%

R = 7.89%
G = 17.11%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1227AB (or 0x1227AB) is known color: Egyptian Blue. HEX triplet: 12, 27 and AB. RGB value is (18,39,171). Sum of RGB (Red+Green+Blue) = 18+39+171=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #1227AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1227AB is #EDD854. Grayscale: #2F2F2F. Windows color (decimal): -15587413 or 11216658. OLE color: 11216658.

HSL color Cylindrical-coordinate representation of color #1227AB: hue angle of 231.76º 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 #1227AB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 39 171 -
CMYK 0.89 0.77 0 0.33
HSL 231.76º 0.81% 0.37% -
HSV(B) 231.76º 0.89% 0.67% -
XYZ 8.33 4.52 38.96 -
YUV 47.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 18 39 171 0.89 0.77 0 0.33 231.76 0.81 0.37
Hex 12 27 AB 59 4D 0 21 E8 51 25
Octal 22 47 253 131 115 0 41 350 121 45
Binary 10010 100111 10101011 1011001 1001101 0 100001 11101000 1010001 100101

Color Harmonies of #1227AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1227AB

Black with #1227AB

Text Example


Text Example

White with #1227AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1227AB; }

 p { color: rgb(18,39,171); }

 H1.HeaderClassName
 {
   color: #1227AB;
 }
 .AnyTagClassName
 {
   color: #1227AB;
 }
</style>

background-color css

<style>
 a { background-color: #1227AB; }

 a { background-color: rgb(18,39,171); }

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

border-color css

<style>
 span { border-color: #1227AB; }

 span { border-color: rgb(18,39,171); }

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