Html Css Color HEX #182BA6 Egyptian Blue

📋 copy color: '#182BA6'

red 24 ◦ green 43 ◦ blue 166

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

Shades of Egyptian Blue #182BA6

Tints of Egyptian Blue #182BA6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.45%

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

R = 10.3%
G = 18.45%
B = 71.24%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#182BA6 (or 0x182BA6) is known color: Egyptian Blue. HEX triplet: 18, 2B and A6. RGB value is (24,43,166). Sum of RGB (Red+Green+Blue) = 24+43+166=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 166 (65.23% from 255 or 71.24% from 233); Max value from RGB is 166 - color contains mainly: blue. Hex color #182BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BA6 is #E7D459. Grayscale: #323232. Windows color (decimal): -15193178 or 10890008. OLE color: 10890008.

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

Color convert

RGB 24 43 166 -
CMYK 0.86 0.74 0 0.35
HSL 231.97º 0.75% 0.37% -
HSV(B) 231.97º 0.86% 0.65% -
XYZ 8.12 4.68 36.55 -
YUV 51.34 192.71 108.5 -
System Red Green Blue C M Y K H S L
Decimal 24 43 166 0.86 0.74 0 0.35 231.97 0.75 0.37
Hex 18 2B A6 56 4A 0 23 E8 4B 25
Octal 30 53 246 126 112 0 43 350 113 45
Binary 11000 101011 10100110 1010110 1001010 0 100011 11101000 1001011 100101

Color Harmonies of #182BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BA6

Black with #182BA6

Text Example


Text Example

White with #182BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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