Html Css Color HEX #1B349B Egyptian Blue

📋 copy color: '#1B349B'

red 27 ◦ green 52 ◦ blue 155

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

Shades of Egyptian Blue #1B349B

Tints of Egyptian Blue #1B349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 11.54%
G = 22.22%
B = 66.24%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B349B (or 0x1B349B) is known color: Egyptian Blue. HEX triplet: 1B, 34 and 9B. RGB value is (27,52,155). Sum of RGB (Red+Green+Blue) = 27+52+155=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B349B is #E4CB64. Grayscale: #373737. Windows color (decimal): -14994277 or 10171419. OLE color: 10171419.

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

Color convert

RGB 27 52 155 -
CMYK 0.83 0.66 0 0.39
HSL 228.28º 0.7% 0.36% -
HSV(B) 228.28º 0.83% 0.61% -
XYZ 7.6 5.06 31.59 -
YUV 56.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 27 52 155 0.83 0.66 0 0.39 228.28 0.7 0.36
Hex 1B 34 9B 53 42 0 27 E4 46 24
Octal 33 64 233 123 102 0 47 344 106 44
Binary 11011 110100 10011011 1010011 1000010 0 100111 11100100 1000110 100100

Color Harmonies of #1B349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B349B

Black with #1B349B

Text Example


Text Example

White with #1B349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,52,155); }

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

background-color css

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

 a { background-color: rgb(27,52,155); }

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

border-color css

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

 span { border-color: rgb(27,52,155); }

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