Html Css Color HEX #133D9C Egyptian Blue

📋 copy color: '#133D9C'

red 19 ◦ green 61 ◦ blue 156

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

Shades of Egyptian Blue #133D9C

Tints of Egyptian Blue #133D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.85%

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 8.05%
G = 25.85%
B = 66.1%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#133D9C (or 0x133D9C) is known color: Egyptian Blue. HEX triplet: 13, 3D and 9C. RGB value is (19,61,156). Sum of RGB (Red+Green+Blue) = 19+61+156=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #133D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D9C is #ECC263. Grayscale: #3A3A3A. Windows color (decimal): -15516260 or 10239251. OLE color: 10239251.

HSL color Cylindrical-coordinate representation of color #133D9C: hue angle of 221.61º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133D9C is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 61 156 -
CMYK 0.88 0.61 0 0.39
HSL 221.61º 0.78% 0.34% -
HSV(B) 221.61º 0.88% 0.61% -
XYZ 7.94 5.88 32.17 -
YUV 59.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 19 61 156 0.88 0.61 0 0.39 221.61 0.78 0.34
Hex 13 3D 9C 58 3D 0 27 DE 4E 22
Octal 23 75 234 130 75 0 47 336 116 42
Binary 10011 111101 10011100 1011000 111101 0 100111 11011110 1001110 100010

Color Harmonies of #133D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D9C

Black with #133D9C

Text Example


Text Example

White with #133D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133D9C; }

 p { color: rgb(19,61,156); }

 H1.HeaderClassName
 {
   color: #133D9C;
 }
 .AnyTagClassName
 {
   color: #133D9C;
 }
</style>

background-color css

<style>
 a { background-color: #133D9C; }

 a { background-color: rgb(19,61,156); }

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

border-color css

<style>
 span { border-color: #133D9C; }

 span { border-color: rgb(19,61,156); }

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