Html Css Color HEX #133DAF Egyptian Blue

📋 copy color: '#133DAF'

red 19 ◦ green 61 ◦ blue 175

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

Shades of Egyptian Blue #133DAF

Tints of Egyptian Blue #133DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.63%

R = 7.45%
G = 23.92%
B = 68.63%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#133DAF (or 0x133DAF) is known color: Egyptian Blue. HEX triplet: 13, 3D and AF. RGB value is (19,61,175). Sum of RGB (Red+Green+Blue) = 19+61+175=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #133DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133DAF is #ECC250. Grayscale: #3C3C3C. Windows color (decimal): -15516241 or 11484435. OLE color: 11484435.

HSL color Cylindrical-coordinate representation of color #133DAF: hue angle of 223.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133DAF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 61 175 -
CMYK 0.89 0.65 0 0.31
HSL 223.85º 0.8% 0.38% -
HSV(B) 223.85º 0.89% 0.69% -
XYZ 9.68 6.57 41.32 -
YUV 61.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 19 61 175 0.89 0.65 0 0.31 223.85 0.8 0.38
Hex 13 3D AF 59 41 0 1F E0 50 26
Octal 23 75 257 131 101 0 37 340 120 46
Binary 10011 111101 10101111 1011001 1000001 0 11111 11100000 1010000 100110

Color Harmonies of #133DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DAF

Black with #133DAF

Text Example


Text Example

White with #133DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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