Html Css Color HEX #182DA6 Egyptian Blue

📋 copy color: '#182DA6'

red 24 ◦ green 45 ◦ blue 166

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

Shades of Egyptian Blue #182DA6

Tints of Egyptian Blue #182DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 70.64%

R = 10.21%
G = 19.15%
B = 70.64%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#182DA6 (or 0x182DA6) is known color: Egyptian Blue. HEX triplet: 18, 2D and A6. RGB value is (24,45,166). Sum of RGB (Red+Green+Blue) = 24+45+166=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #182DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DA6 is #E7D259. Grayscale: #343434. Windows color (decimal): -15192666 or 10890520. OLE color: 10890520.

HSL color Cylindrical-coordinate representation of color #182DA6: hue angle of 231.13º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182DA6 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 45 166 -
CMYK 0.86 0.73 0 0.35
HSL 231.13º 0.75% 0.37% -
HSV(B) 231.13º 0.86% 0.65% -
XYZ 8.2 4.82 36.58 -
YUV 52.52 192.04 107.66 -
System Red Green Blue C M Y K H S L
Decimal 24 45 166 0.86 0.73 0 0.35 231.13 0.75 0.37
Hex 18 2D A6 56 49 0 23 E7 4B 25
Octal 30 55 246 126 111 0 43 347 113 45
Binary 11000 101101 10100110 1010110 1001001 0 100011 11100111 1001011 100101

Color Harmonies of #182DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DA6

Black with #182DA6

Text Example


Text Example

White with #182DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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