Html Css Color HEX #182DB0 Egyptian Blue

📋 copy color: '#182DB0'

red 24 ◦ green 45 ◦ blue 176

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

Shades of Egyptian Blue #182DB0

Tints of Egyptian Blue #182DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 71.84%

R = 9.8%
G = 18.37%
B = 71.84%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#182DB0 (or 0x182DB0) is known color: Egyptian Blue. HEX triplet: 18, 2D and B0. RGB value is (24,45,176). Sum of RGB (Red+Green+Blue) = 24+45+176=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 176 (69.14% from 255 or 71.84% from 245); Max value from RGB is 176 - color contains mainly: blue. Hex color #182DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DB0 is #E7D24F. Grayscale: #353535. Windows color (decimal): -15192656 or 11545880. OLE color: 11545880.

HSL color Cylindrical-coordinate representation of color #182DB0: hue angle of 231.71º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182DB0 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 45 176 -
CMYK 0.86 0.74 0 0.31
HSL 231.71º 0.76% 0.39% -
HSV(B) 231.71º 0.86% 0.69% -
XYZ 9.15 5.21 41.6 -
YUV 53.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 24 45 176 0.86 0.74 0 0.31 231.71 0.76 0.39
Hex 18 2D B0 56 4A 0 1F E8 4C 27
Octal 30 55 260 126 112 0 37 350 114 47
Binary 11000 101101 10110000 1010110 1001010 0 11111 11101000 1001100 100111

Color Harmonies of #182DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DB0

Black with #182DB0

Text Example


Text Example

White with #182DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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