Html Css Color HEX #1F33AA Egyptian Blue

📋 copy color: '#1F33AA'

red 31 ◦ green 51 ◦ blue 170

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

Shades of Egyptian Blue #1F33AA

Tints of Egyptian Blue #1F33AA

RGB

 RED value IS 31 (12.5% from 255) = 12.3%

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 12.3%
G = 20.24%
B = 67.46%

CMYK

 C value IS 0.82

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F33AA (or 0x1F33AA) is known color: Egyptian Blue. HEX triplet: 1F, 33 and AA. RGB value is (31,51,170). Sum of RGB (Red+Green+Blue) = 31+51+170=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F33AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F33AA is #E0CC55. Grayscale: #3A3A3A. Windows color (decimal): -14732374 or 11154207. OLE color: 11154207.

HSL color Cylindrical-coordinate representation of color #1F33AA: hue angle of 231.37º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F33AA is Cyan = 0.82, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 51 170 -
CMYK 0.82 0.7 0 0.33
HSL 231.37º 0.69% 0.39% -
HSV(B) 231.37º 0.82% 0.67% -
XYZ 9 5.56 38.63 -
YUV 58.59 190.87 108.32 -
System Red Green Blue C M Y K H S L
Decimal 31 51 170 0.82 0.7 0 0.33 231.37 0.69 0.39
Hex 1F 33 AA 52 46 0 21 E7 45 27
Octal 37 63 252 122 106 0 41 347 105 47
Binary 11111 110011 10101010 1010010 1000110 0 100001 11100111 1000101 100111

Color Harmonies of #1F33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F33AA

Black with #1F33AA

Text Example


Text Example

White with #1F33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F33AA; }

 p { color: rgb(31,51,170); }

 H1.HeaderClassName
 {
   color: #1F33AA;
 }
 .AnyTagClassName
 {
   color: #1F33AA;
 }
</style>

background-color css

<style>
 a { background-color: #1F33AA; }

 a { background-color: rgb(31,51,170); }

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

border-color css

<style>
 span { border-color: #1F33AA; }

 span { border-color: rgb(31,51,170); }

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