Html Css Color HEX #1F39AA Egyptian Blue

📋 copy color: '#1F39AA'

red 31 ◦ green 57 ◦ blue 170

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

Shades of Egyptian Blue #1F39AA

Tints of Egyptian Blue #1F39AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 12.02%
G = 22.09%
B = 65.89%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F39AA (or 0x1F39AA) is known color: Egyptian Blue. HEX triplet: 1F, 39 and AA. RGB value is (31,57,170). Sum of RGB (Red+Green+Blue) = 31+57+170=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F39AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F39AA is #E0C655. Grayscale: #3D3D3D. Windows color (decimal): -14730838 or 11155743. OLE color: 11155743.

HSL color Cylindrical-coordinate representation of color #1F39AA: hue angle of 228.78º 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 #1F39AA is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 57 170 -
CMYK 0.82 0.66 0 0.33
HSL 228.78º 0.69% 0.39% -
HSV(B) 228.78º 0.82% 0.67% -
XYZ 9.28 6.12 38.72 -
YUV 62.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 31 57 170 0.82 0.66 0 0.33 228.78 0.69 0.39
Hex 1F 39 AA 52 42 0 21 E5 45 27
Octal 37 71 252 122 102 0 41 345 105 47
Binary 11111 111001 10101010 1010010 1000010 0 100001 11100101 1000101 100111

Color Harmonies of #1F39AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F39AA

Black with #1F39AA

Text Example


Text Example

White with #1F39AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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