Html Css Color HEX #133B9C Egyptian Blue

📋 copy color: '#133B9C'

red 19 ◦ green 59 ◦ blue 156

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

Shades of Egyptian Blue #133B9C

Tints of Egyptian Blue #133B9C

RGB

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

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

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

R = 8.12%
G = 25.21%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#133B9C (or 0x133B9C) is known color: Egyptian Blue. HEX triplet: 13, 3B and 9C. RGB value is (19,59,156). Sum of RGB (Red+Green+Blue) = 19+59+156=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #133B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B9C is #ECC463. Grayscale: #393939. Windows color (decimal): -15516772 or 10238739. OLE color: 10238739.

HSL color Cylindrical-coordinate representation of color #133B9C: hue angle of 222.48º 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 #133B9C is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 59 156 -
CMYK 0.88 0.62 0 0.39
HSL 222.48º 0.78% 0.34% -
HSV(B) 222.48º 0.88% 0.61% -
XYZ 7.83 5.67 32.13 -
YUV 58.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 19 59 156 0.88 0.62 0 0.39 222.48 0.78 0.34
Hex 13 3B 9C 58 3E 0 27 DE 4E 22
Octal 23 73 234 130 76 0 47 336 116 42
Binary 10011 111011 10011100 1011000 111110 0 100111 11011110 1001110 100010

Color Harmonies of #133B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B9C

Black with #133B9C

Text Example


Text Example

White with #133B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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