Html Css Color HEX #182AAB Egyptian Blue

📋 copy color: '#182AAB'

red 24 ◦ green 42 ◦ blue 171

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

Shades of Egyptian Blue #182AAB

Tints of Egyptian Blue #182AAB

RGB

 RED value IS 24 (9.77% from 255) = 10.13%

 GREEN value IS 42 (16.8% from 255) = 17.72%

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

R = 10.13%
G = 17.72%
B = 72.15%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#182AAB (or 0x182AAB) is known color: Egyptian Blue. HEX triplet: 18, 2A and AB. RGB value is (24,42,171). Sum of RGB (Red+Green+Blue) = 24+42+171=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #182AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182AAB is #E7D554. Grayscale: #323232. Windows color (decimal): -15193429 or 11217432. OLE color: 11217432.

HSL color Cylindrical-coordinate representation of color #182AAB: hue angle of 232.65º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182AAB is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 42 171 -
CMYK 0.86 0.75 0 0.33
HSL 232.65º 0.75% 0.38% -
HSV(B) 232.65º 0.86% 0.67% -
XYZ 8.56 4.79 39 -
YUV 51.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 24 42 171 0.86 0.75 0 0.33 232.65 0.75 0.38
Hex 18 2A AB 56 4B 0 21 E9 4B 26
Octal 30 52 253 126 113 0 41 351 113 46
Binary 11000 101010 10101011 1010110 1001011 0 100001 11101001 1001011 100110

Color Harmonies of #182AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182AAB

Black with #182AAB

Text Example


Text Example

White with #182AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182AAB; }

 p { color: rgb(24,42,171); }

 H1.HeaderClassName
 {
   color: #182AAB;
 }
 .AnyTagClassName
 {
   color: #182AAB;
 }
</style>

background-color css

<style>
 a { background-color: #182AAB; }

 a { background-color: rgb(24,42,171); }

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

border-color css

<style>
 span { border-color: #182AAB; }

 span { border-color: rgb(24,42,171); }

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