Html Css Color HEX #1F30A2 Egyptian Blue

📋 copy color: '#1F30A2'

red 31 ◦ green 48 ◦ blue 162

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

Shades of Egyptian Blue #1F30A2

Tints of Egyptian Blue #1F30A2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 162 (63.67% from 255) = 67.22%

R = 12.86%
G = 19.92%
B = 67.22%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F30A2 (or 0x1F30A2) is known color: Egyptian Blue. HEX triplet: 1F, 30 and A2. RGB value is (31,48,162). Sum of RGB (Red+Green+Blue) = 31+48+162=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F30A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F30A2 is #E0CF5D. Grayscale: #373737. Windows color (decimal): -14733150 or 10629151. OLE color: 10629151.

HSL color Cylindrical-coordinate representation of color #1F30A2: hue angle of 232.21º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F30A2 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 31 48 162 -
CMYK 0.81 0.70 0 0.36
HSL 232.21º 0.68% 0.38% -
HSV(B) 232.21º 0.81% 0.64% -
XYZ 8.14 5.01 34.72 -
YUV 55.91 187.87 110.23 -
System Red Green Blue C M Y K H S L
Decimal 31 48 162 0.81 0.70 0 0.36 232.21 0.68 0.38
Hex 1F 30 A2 51 46 0 24 E8 44 26
Octal 37 60 242 121 106 0 44 350 104 46
Binary 11111 110000 10100010 1010001 1000110 0 100100 11101000 1000100 100110

Color Harmonies of #1F30A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F30A2

Black with #1F30A2

Text Example


Text Example

White with #1F30A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,162); }

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

background-color css

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

 a { background-color: rgb(31,48,162); }

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

border-color css

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

 span { border-color: rgb(31,48,162); }

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