Html Css Color HEX #183D8E Egyptian Blue

📋 copy color: '#183D8E'

red 24 ◦ green 61 ◦ blue 142

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

Shades of Egyptian Blue #183D8E

Tints of Egyptian Blue #183D8E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

 BLUE value IS 142 (55.86% from 255) = 62.56%

R = 10.57%
G = 26.87%
B = 62.56%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#183D8E (or 0x183D8E) is known color: Egyptian Blue. HEX triplet: 18, 3D and 8E. RGB value is (24,61,142). Sum of RGB (Red+Green+Blue) = 24+61+142=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #183D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183D8E is #E7C271. Grayscale: #3A3A3A. Windows color (decimal): -15188594 or 9321752. OLE color: 9321752.

HSL color Cylindrical-coordinate representation of color #183D8E: hue angle of 221.19º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183D8E is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 61 142 -
CMYK 0.83 0.57 0 0.44
HSL 221.19º 0.71% 0.33% -
HSV(B) 221.19º 0.83% 0.56% -
XYZ 6.93 5.48 26.28 -
YUV 59.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 24 61 142 0.83 0.57 0 0.44 221.19 0.71 0.33
Hex 18 3D 8E 53 39 0 2C DD 47 21
Octal 30 75 216 123 71 0 54 335 107 41
Binary 11000 111101 10001110 1010011 111001 0 101100 11011101 1000111 100001

Color Harmonies of #183D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D8E

Black with #183D8E

Text Example


Text Example

White with #183D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183D8E; }

 p { color: rgb(24,61,142); }

 H1.HeaderClassName
 {
   color: #183D8E;
 }
 .AnyTagClassName
 {
   color: #183D8E;
 }
</style>

background-color css

<style>
 a { background-color: #183D8E; }

 a { background-color: rgb(24,61,142); }

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

border-color css

<style>
 span { border-color: #183D8E; }

 span { border-color: rgb(24,61,142); }

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