Html Css Color HEX #133F9B Egyptian Blue

📋 copy color: '#133F9B'

red 19 ◦ green 63 ◦ blue 155

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

Shades of Egyptian Blue #133F9B

Tints of Egyptian Blue #133F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 26.58%

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 8.02%
G = 26.58%
B = 65.4%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#133F9B (or 0x133F9B) is known color: Egyptian Blue. HEX triplet: 13, 3F and 9B. RGB value is (19,63,155). Sum of RGB (Red+Green+Blue) = 19+63+155=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #133F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F9B is #ECC064. Grayscale: #3B3B3B. Windows color (decimal): -15515749 or 10174227. OLE color: 10174227.

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

Color convert

RGB 19 63 155 -
CMYK 0.88 0.59 0 0.39
HSL 220.59º 0.78% 0.34% -
HSV(B) 220.59º 0.88% 0.61% -
XYZ 7.96 6.06 31.76 -
YUV 60.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 19 63 155 0.88 0.59 0 0.39 220.59 0.78 0.34
Hex 13 3F 9B 58 3B 0 27 DD 4E 22
Octal 23 77 233 130 73 0 47 335 116 42
Binary 10011 111111 10011011 1011000 111011 0 100111 11011101 1001110 100010

Color Harmonies of #133F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F9B

Black with #133F9B

Text Example


Text Example

White with #133F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,155); }

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

background-color css

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

 a { background-color: rgb(19,63,155); }

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

border-color css

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

 span { border-color: rgb(19,63,155); }

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