Html Css Color HEX #133B95 Egyptian Blue

📋 copy color: '#133B95'

red 19 ◦ green 59 ◦ blue 149

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

Shades of Egyptian Blue #133B95

Tints of Egyptian Blue #133B95

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 8.37%
G = 25.99%
B = 65.64%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133B95 (or 0x133B95) is known color: Egyptian Blue. HEX triplet: 13, 3B and 95. RGB value is (19,59,149). Sum of RGB (Red+Green+Blue) = 19+59+149=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #133B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B95 is #ECC46A. Grayscale: #383838. Windows color (decimal): -15516779 or 9779987. OLE color: 9779987.

HSL color Cylindrical-coordinate representation of color #133B95: hue angle of 221.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133B95 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 59 149 -
CMYK 0.87 0.60 0 0.42
HSL 221.54º 0.77% 0.33% -
HSV(B) 221.54º 0.87% 0.58% -
XYZ 7.26 5.44 29.1 -
YUV 57.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 19 59 149 0.87 0.60 0 0.42 221.54 0.77 0.33
Hex 13 3B 95 57 3C 0 2A DE 4D 21
Octal 23 73 225 127 74 0 52 336 115 41
Binary 10011 111011 10010101 1010111 111100 0 101010 11011110 1001101 100001

Color Harmonies of #133B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B95

Black with #133B95

Text Example


Text Example

White with #133B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,59,149); }

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

background-color css

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

 a { background-color: rgb(19,59,149); }

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

border-color css

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

 span { border-color: rgb(19,59,149); }

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