Html Css Color HEX #1F28AA Egyptian Blue

📋 copy color: '#1F28AA'

red 31 ◦ green 40 ◦ blue 170

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

Shades of Egyptian Blue #1F28AA

Tints of Egyptian Blue #1F28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

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

R = 12.86%
G = 16.6%
B = 70.54%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F28AA (or 0x1F28AA) is known color: Egyptian Blue. HEX triplet: 1F, 28 and AA. RGB value is (31,40,170). Sum of RGB (Red+Green+Blue) = 31+40+170=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F28AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F28AA is #E0D755. Grayscale: #333333. Windows color (decimal): -14735190 or 11151391. OLE color: 11151391.

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

Color convert

RGB 31 40 170 -
CMYK 0.82 0.76 0 0.33
HSL 236.12º 0.69% 0.39% -
HSV(B) 236.12º 0.82% 0.67% -
XYZ 8.58 4.71 38.49 -
YUV 52.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 31 40 170 0.82 0.76 0 0.33 236.12 0.69 0.39
Hex 1F 28 AA 52 4C 0 21 EC 45 27
Octal 37 50 252 122 114 0 41 354 105 47
Binary 11111 101000 10101010 1010010 1001100 0 100001 11101100 1000101 100111

Color Harmonies of #1F28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F28AA

Black with #1F28AA

Text Example


Text Example

White with #1F28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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