Html Css Color HEX #182DAB Egyptian Blue

📋 copy color: '#182DAB'

red 24 ◦ green 45 ◦ blue 171

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

Shades of Egyptian Blue #182DAB

Tints of Egyptian Blue #182DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 10%
G = 18.75%
B = 71.25%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#182DAB (or 0x182DAB) is known color: Egyptian Blue. HEX triplet: 18, 2D and AB. RGB value is (24,45,171). Sum of RGB (Red+Green+Blue) = 24+45+171=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #182DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DAB is #E7D254. Grayscale: #343434. Windows color (decimal): -15192661 or 11218200. OLE color: 11218200.

HSL color Cylindrical-coordinate representation of color #182DAB: hue angle of 231.43º 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 #182DAB is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 45 171 -
CMYK 0.86 0.74 0 0.33
HSL 231.43º 0.75% 0.38% -
HSV(B) 231.43º 0.86% 0.67% -
XYZ 8.67 5.01 39.04 -
YUV 53.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 24 45 171 0.86 0.74 0 0.33 231.43 0.75 0.38
Hex 18 2D AB 56 4A 0 21 E7 4B 26
Octal 30 55 253 126 112 0 41 347 113 46
Binary 11000 101101 10101011 1010110 1001010 0 100001 11100111 1001011 100110

Color Harmonies of #182DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DAB

Black with #182DAB

Text Example


Text Example

White with #182DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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