Html Css Color HEX #1330B3 Egyptian Blue

📋 copy color: '#1330B3'

red 19 ◦ green 48 ◦ blue 179

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

Shades of Egyptian Blue #1330B3

Tints of Egyptian Blue #1330B3

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 7.72%
G = 19.51%
B = 72.76%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1330B3 (or 0x1330B3) is known color: Egyptian Blue. HEX triplet: 13, 30 and B3. RGB value is (19,48,179). Sum of RGB (Red+Green+Blue) = 19+48+179=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 179 (70.31% from 255 or 72.76% from 246); Max value from RGB is 179 - color contains mainly: blue. Hex color #1330B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330B3 is #ECCF4C. Grayscale: #353535. Windows color (decimal): -15519565 or 11743251. OLE color: 11743251.

HSL color Cylindrical-coordinate representation of color #1330B3: hue angle of 229.12º 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 #1330B3 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 48 179 -
CMYK 0.89 0.73 0 0.30
HSL 229.13º 0.81% 0.39% -
HSV(B) 229.13º 0.89% 0.7% -
XYZ 9.46 5.51 43.21 -
YUV 54.26 198.39 102.85 -
System Red Green Blue C M Y K H S L
Decimal 19 48 179 0.89 0.73 0 0.30 229.13 0.81 0.39
Hex 13 30 B3 59 49 0 1E E5 51 27
Octal 23 60 263 131 111 0 36 345 121 47
Binary 10011 110000 10110011 1011001 1001001 0 11110 11100101 1010001 100111

Color Harmonies of #1330B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330B3

Black with #1330B3

Text Example


Text Example

White with #1330B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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