Html Css Color HEX #133F9F Egyptian Blue

📋 copy color: '#133F9F'

red 19 ◦ green 63 ◦ blue 159

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

Shades of Egyptian Blue #133F9F

Tints of Egyptian Blue #133F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.98%

R = 7.88%
G = 26.14%
B = 65.98%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#133F9F (or 0x133F9F) is known color: Egyptian Blue. HEX triplet: 13, 3F and 9F. RGB value is (19,63,159). Sum of RGB (Red+Green+Blue) = 19+63+159=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #133F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F9F is #ECC060. Grayscale: #3C3C3C. Windows color (decimal): -15515745 or 10436371. OLE color: 10436371.

HSL color Cylindrical-coordinate representation of color #133F9F: hue angle of 221.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133F9F is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 63 159 -
CMYK 0.88 0.60 0 0.38
HSL 221.14º 0.79% 0.35% -
HSV(B) 221.14º 0.88% 0.62% -
XYZ 8.3 6.2 33.56 -
YUV 60.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 19 63 159 0.88 0.60 0 0.38 221.14 0.79 0.35
Hex 13 3F 9F 58 3C 0 26 DD 4F 23
Octal 23 77 237 130 74 0 46 335 117 43
Binary 10011 111111 10011111 1011000 111100 0 100110 11011101 1001111 100011

Color Harmonies of #133F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F9F

Black with #133F9F

Text Example


Text Example

White with #133F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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