Html Css Color HEX #182DA3 Egyptian Blue

📋 copy color: '#182DA3'

red 24 ◦ green 45 ◦ blue 163

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

Shades of Egyptian Blue #182DA3

Tints of Egyptian Blue #182DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 70.26%

R = 10.34%
G = 19.4%
B = 70.26%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#182DA3 (or 0x182DA3) is known color: Egyptian Blue. HEX triplet: 18, 2D and A3. RGB value is (24,45,163). Sum of RGB (Red+Green+Blue) = 24+45+163=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #182DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DA3 is #E7D25C. Grayscale: #333333. Windows color (decimal): -15192669 or 10693912. OLE color: 10693912.

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

Color convert

RGB 24 45 163 -
CMYK 0.85 0.72 0 0.36
HSL 230.94º 0.74% 0.37% -
HSV(B) 230.94º 0.85% 0.64% -
XYZ 7.93 4.72 35.14 -
YUV 52.17 190.54 107.91 -
System Red Green Blue C M Y K H S L
Decimal 24 45 163 0.85 0.72 0 0.36 230.94 0.74 0.37
Hex 18 2D A3 55 48 0 24 E7 4A 25
Octal 30 55 243 125 110 0 44 347 112 45
Binary 11000 101101 10100011 1010101 1001000 0 100100 11100111 1001010 100101

Color Harmonies of #182DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DA3

Black with #182DA3

Text Example


Text Example

White with #182DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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