Html Css Color HEX #1823B0 Egyptian Blue

📋 copy color: '#1823B0'

red 24 ◦ green 35 ◦ blue 176

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

Shades of Egyptian Blue #1823B0

Tints of Egyptian Blue #1823B0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 10.21%
G = 14.89%
B = 74.89%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1823B0 (or 0x1823B0) is known color: Egyptian Blue. HEX triplet: 18, 23 and B0. RGB value is (24,35,176). Sum of RGB (Red+Green+Blue) = 24+35+176=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 176 (69.14% from 255 or 74.89% from 235); Max value from RGB is 176 - color contains mainly: blue. Hex color #1823B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1823B0 is #E7DC4F. Grayscale: #2F2F2F. Windows color (decimal): -15195216 or 11543320. OLE color: 11543320.

HSL color Cylindrical-coordinate representation of color #1823B0: hue angle of 235.66º 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 #1823B0 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 35 176 -
CMYK 0.86 0.80 0 0.31
HSL 235.66º 0.76% 0.39% -
HSV(B) 235.66º 0.86% 0.69% -
XYZ 8.81 4.53 41.48 -
YUV 47.79 200.36 111.04 -
System Red Green Blue C M Y K H S L
Decimal 24 35 176 0.86 0.80 0 0.31 235.66 0.76 0.39
Hex 18 23 B0 56 50 0 1F EC 4C 27
Octal 30 43 260 126 120 0 37 354 114 47
Binary 11000 100011 10110000 1010110 1010000 0 11111 11101100 1001100 100111

Color Harmonies of #1823B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823B0

Black with #1823B0

Text Example


Text Example

White with #1823B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1823B0; }

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

 H1.HeaderClassName
 {
   color: #1823B0;
 }
 .AnyTagClassName
 {
   color: #1823B0;
 }
</style>

background-color css

<style>
 a { background-color: #1823B0; }

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

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

border-color css

<style>
 span { border-color: #1823B0; }

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

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