Html Css Color HEX #1323B3 Egyptian Blue

📋 copy color: '#1323B3'

red 19 ◦ green 35 ◦ blue 179

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

Shades of Egyptian Blue #1323B3

Tints of Egyptian Blue #1323B3

RGB

 RED value IS 19 (7.81% from 255) = 8.15%

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

 BLUE value IS 179 (70.31% from 255) = 76.82%

R = 8.15%
G = 15.02%
B = 76.82%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1323B3 (or 0x1323B3) is known color: Egyptian Blue. HEX triplet: 13, 23 and B3. RGB value is (19,35,179). Sum of RGB (Red+Green+Blue) = 19+35+179=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #1323B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323B3 is #ECDC4C. Grayscale: #2E2E2E. Windows color (decimal): -15522893 or 11739923. OLE color: 11739923.

HSL color Cylindrical-coordinate representation of color #1323B3: hue angle of 234º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1323B3 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 35 179 -
CMYK 0.89 0.80 0 0.30
HSL 234º 0.81% 0.39% -
HSV(B) 234º 0.89% 0.7% -
XYZ 9.01 4.6 43.06 -
YUV 46.63 202.7 108.29 -
System Red Green Blue C M Y K H S L
Decimal 19 35 179 0.89 0.80 0 0.30 234 0.81 0.39
Hex 13 23 B3 59 50 0 1E EA 51 27
Octal 23 43 263 131 120 0 36 352 121 47
Binary 10011 100011 10110011 1011001 1010000 0 11110 11101010 1010001 100111

Color Harmonies of #1323B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1323B3

Black with #1323B3

Text Example


Text Example

White with #1323B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1323B3; }

 p { color: rgb(19,35,179); }

 H1.HeaderClassName
 {
   color: #1323B3;
 }
 .AnyTagClassName
 {
   color: #1323B3;
 }
</style>

background-color css

<style>
 a { background-color: #1323B3; }

 a { background-color: rgb(19,35,179); }

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

border-color css

<style>
 span { border-color: #1323B3; }

 span { border-color: rgb(19,35,179); }

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