Html Css Color HEX #182FA2 Egyptian Blue

📋 copy color: '#182FA2'

red 24 ◦ green 47 ◦ blue 162

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

Shades of Egyptian Blue #182FA2

Tints of Egyptian Blue #182FA2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

 BLUE value IS 162 (63.67% from 255) = 69.53%

R = 10.3%
G = 20.17%
B = 69.53%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#182FA2 (or 0x182FA2) is known color: Egyptian Blue. HEX triplet: 18, 2F and A2. RGB value is (24,47,162). Sum of RGB (Red+Green+Blue) = 24+47+162=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #182FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182FA2 is #E7D05D. Grayscale: #343434. Windows color (decimal): -15192158 or 10628888. OLE color: 10628888.

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

Color convert

RGB 24 47 162 -
CMYK 0.85 0.71 0 0.36
HSL 230º 0.74% 0.36% -
HSV(B) 230º 0.85% 0.64% -
XYZ 7.91 4.84 34.7 -
YUV 53.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 24 47 162 0.85 0.71 0 0.36 230 0.74 0.36
Hex 18 2F A2 55 47 0 24 E6 4A 24
Octal 30 57 242 125 107 0 44 346 112 44
Binary 11000 101111 10100010 1010101 1000111 0 100100 11100110 1001010 100100

Color Harmonies of #182FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FA2

Black with #182FA2

Text Example


Text Example

White with #182FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,47,162); }

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

background-color css

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

 a { background-color: rgb(24,47,162); }

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

border-color css

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

 span { border-color: rgb(24,47,162); }

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