Html Css Color HEX #182DA1 Egyptian Blue

📋 copy color: '#182DA1'

red 24 ◦ green 45 ◦ blue 161

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

Shades of Egyptian Blue #182DA1

Tints of Egyptian Blue #182DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 70%

R = 10.43%
G = 19.57%
B = 70%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#182DA1 (or 0x182DA1) is known color: Egyptian Blue. HEX triplet: 18, 2D and A1. RGB value is (24,45,161). Sum of RGB (Red+Green+Blue) = 24+45+161=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 161 (63.28% from 255 or 70% from 230); Max value from RGB is 161 - color contains mainly: blue. Hex color #182DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DA1 is #E7D25E. Grayscale: #333333. Windows color (decimal): -15192671 or 10562840. OLE color: 10562840.

HSL color Cylindrical-coordinate representation of color #182DA1: hue angle of 230.8º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182DA1 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 45 161 -
CMYK 0.85 0.72 0 0.37
HSL 230.8º 0.74% 0.36% -
HSV(B) 230.8º 0.85% 0.63% -
XYZ 7.75 4.64 34.21 -
YUV 51.95 189.54 108.07 -
System Red Green Blue C M Y K H S L
Decimal 24 45 161 0.85 0.72 0 0.37 230.8 0.74 0.36
Hex 18 2D A1 55 48 0 25 E7 4A 24
Octal 30 55 241 125 110 0 45 347 112 44
Binary 11000 101101 10100001 1010101 1001000 0 100101 11100111 1001010 100100

Color Harmonies of #182DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DA1

Black with #182DA1

Text Example


Text Example

White with #182DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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