Html Css Color HEX #1B439D Egyptian Blue

📋 copy color: '#1B439D'

red 27 ◦ green 67 ◦ blue 157

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

Shades of Egyptian Blue #1B439D

Tints of Egyptian Blue #1B439D

RGB

 RED value IS 27 (10.94% from 255) = 10.76%

 GREEN value IS 67 (26.56% from 255) = 26.69%

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 10.76%
G = 26.69%
B = 62.55%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B439D (or 0x1B439D) is known color: Egyptian Blue. HEX triplet: 1B, 43 and 9D. RGB value is (27,67,157). Sum of RGB (Red+Green+Blue) = 27+67+157=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B439D is #E4BC62. Grayscale: #404040. Windows color (decimal): -14990435 or 10306331. OLE color: 10306331.

HSL color Cylindrical-coordinate representation of color #1B439D: hue angle of 221.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B439D is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 67 157 -
CMYK 0.83 0.57 0 0.38
HSL 221.54º 0.71% 0.36% -
HSV(B) 221.54º 0.83% 0.62% -
XYZ 8.54 6.68 32.74 -
YUV 65.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 27 67 157 0.83 0.57 0 0.38 221.54 0.71 0.36
Hex 1B 43 9D 53 39 0 26 DE 47 24
Octal 33 103 235 123 71 0 46 336 107 44
Binary 11011 1000011 10011101 1010011 111001 0 100110 11011110 1000111 100100

Color Harmonies of #1B439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B439D

Black with #1B439D

Text Example


Text Example

White with #1B439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,67,157); }

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

background-color css

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

 a { background-color: rgb(27,67,157); }

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

border-color css

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

 span { border-color: rgb(27,67,157); }

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