Html Css Color HEX #1F429B Egyptian Blue

📋 copy color: '#1F429B'

red 31 ◦ green 66 ◦ blue 155

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

Shades of Egyptian Blue #1F429B

Tints of Egyptian Blue #1F429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 12.3%
G = 26.19%
B = 61.51%

CMYK

 C value IS 0.8

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F429B (or 0x1F429B) is known color: Egyptian Blue. HEX triplet: 1F, 42 and 9B. RGB value is (31,66,155). Sum of RGB (Red+Green+Blue) = 31+66+155=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F429B is #E0BD64. Grayscale: #414141. Windows color (decimal): -14728549 or 10175007. OLE color: 10175007.

HSL color Cylindrical-coordinate representation of color #1F429B: hue angle of 223.06º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F429B is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 66 155 -
CMYK 0.8 0.57 0 0.39
HSL 223.06º 0.67% 0.36% -
HSV(B) 223.06º 0.8% 0.61% -
XYZ 8.43 6.55 31.83 -
YUV 65.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 31 66 155 0.8 0.57 0 0.39 223.06 0.67 0.36
Hex 1F 42 9B 50 39 0 27 DF 43 24
Octal 37 102 233 120 71 0 47 337 103 44
Binary 11111 1000010 10011011 1010000 111001 0 100111 11011111 1000011 100100

Color Harmonies of #1F429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F429B

Black with #1F429B

Text Example


Text Example

White with #1F429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,155); }

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

background-color css

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

 a { background-color: rgb(31,66,155); }

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

border-color css

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

 span { border-color: rgb(31,66,155); }

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