Html Css Color HEX #1F308D Egyptian Blue

📋 copy color: '#1F308D'

red 31 ◦ green 48 ◦ blue 141

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

Shades of Egyptian Blue #1F308D

Tints of Egyptian Blue #1F308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 14.09%
G = 21.82%
B = 64.09%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F308D (or 0x1F308D) is known color: Egyptian Blue. HEX triplet: 1F, 30 and 8D. RGB value is (31,48,141). Sum of RGB (Red+Green+Blue) = 31+48+141=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F308D is #E0CF72. Grayscale: #353535. Windows color (decimal): -14733171 or 9252895. OLE color: 9252895.

HSL color Cylindrical-coordinate representation of color #1F308D: hue angle of 230.73º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F308D is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 48 141 -
CMYK 0.78 0.66 0 0.45
HSL 230.73º 0.64% 0.34% -
HSV(B) 230.73º 0.78% 0.55% -
XYZ 6.43 4.33 25.7 -
YUV 53.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 31 48 141 0.78 0.66 0 0.45 230.73 0.64 0.34
Hex 1F 30 8D 4E 42 0 2D E7 40 22
Octal 37 60 215 116 102 0 55 347 100 42
Binary 11111 110000 10001101 1001110 1000010 0 101101 11100111 1000000 100010

Color Harmonies of #1F308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F308D

Black with #1F308D

Text Example


Text Example

White with #1F308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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