Html Css Color HEX #183FAA Egyptian Blue

📋 copy color: '#183FAA'

red 24 ◦ green 63 ◦ blue 170

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

Shades of Egyptian Blue #183FAA

Tints of Egyptian Blue #183FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 9.34%
G = 24.51%
B = 66.15%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#183FAA (or 0x183FAA) is known color: Egyptian Blue. HEX triplet: 18, 3F and AA. RGB value is (24,63,170). Sum of RGB (Red+Green+Blue) = 24+63+170=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #183FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183FAA is #E7C055. Grayscale: #3F3F3F. Windows color (decimal): -15188054 or 11157272. OLE color: 11157272.

HSL color Cylindrical-coordinate representation of color #183FAA: hue angle of 223.97º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183FAA is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 63 170 -
CMYK 0.86 0.63 0 0.33
HSL 223.97º 0.75% 0.38% -
HSV(B) 223.97º 0.86% 0.67% -
XYZ 9.41 6.65 38.82 -
YUV 63.54 188.08 99.8 -
System Red Green Blue C M Y K H S L
Decimal 24 63 170 0.86 0.63 0 0.33 223.97 0.75 0.38
Hex 18 3F AA 56 3F 0 21 E0 4B 26
Octal 30 77 252 126 77 0 41 340 113 46
Binary 11000 111111 10101010 1010110 111111 0 100001 11100000 1001011 100110

Color Harmonies of #183FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183FAA

Black with #183FAA

Text Example


Text Example

White with #183FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,63,170); }

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

background-color css

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

 a { background-color: rgb(24,63,170); }

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

border-color css

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

 span { border-color: rgb(24,63,170); }

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