Html Css Color HEX #183CAA Egyptian Blue

📋 copy color: '#183CAA'

red 24 ◦ green 60 ◦ blue 170

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

Shades of Egyptian Blue #183CAA

Tints of Egyptian Blue #183CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

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

R = 9.45%
G = 23.62%
B = 66.93%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#183CAA (or 0x183CAA) is known color: Egyptian Blue. HEX triplet: 18, 3C and AA. RGB value is (24,60,170). Sum of RGB (Red+Green+Blue) = 24+60+170=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #183CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183CAA is #E7C355. Grayscale: #3D3D3D. Windows color (decimal): -15188822 or 11156504. OLE color: 11156504.

HSL color Cylindrical-coordinate representation of color #183CAA: hue angle of 225.21º 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 #183CAA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 60 170 -
CMYK 0.86 0.65 0 0.33
HSL 225.21º 0.75% 0.38% -
HSV(B) 225.21º 0.86% 0.67% -
XYZ 9.25 6.33 38.76 -
YUV 61.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 24 60 170 0.86 0.65 0 0.33 225.21 0.75 0.38
Hex 18 3C AA 56 41 0 21 E1 4B 26
Octal 30 74 252 126 101 0 41 341 113 46
Binary 11000 111100 10101010 1010110 1000001 0 100001 11100001 1001011 100110

Color Harmonies of #183CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CAA

Black with #183CAA

Text Example


Text Example

White with #183CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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