Html Css Color HEX #1B3AAA Egyptian Blue

📋 copy color: '#1B3AAA'

red 27 ◦ green 58 ◦ blue 170

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

Shades of Egyptian Blue #1B3AAA

Tints of Egyptian Blue #1B3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 10.59%
G = 22.75%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B3AAA (or 0x1B3AAA) is known color: Egyptian Blue. HEX triplet: 1B, 3A and AA. RGB value is (27,58,170). Sum of RGB (Red+Green+Blue) = 27+58+170=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3AAA is #E4C555. Grayscale: #3D3D3D. Windows color (decimal): -14992726 or 11155995. OLE color: 11155995.

HSL color Cylindrical-coordinate representation of color #1B3AAA: hue angle of 226.99º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B3AAA is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 58 170 -
CMYK 0.84 0.66 0 0.33
HSL 226.99º 0.73% 0.39% -
HSV(B) 226.99º 0.84% 0.67% -
XYZ 9.22 6.16 38.73 -
YUV 61.5 189.23 103.39 -
System Red Green Blue C M Y K H S L
Decimal 27 58 170 0.84 0.66 0 0.33 226.99 0.73 0.39
Hex 1B 3A AA 54 42 0 21 E3 49 27
Octal 33 72 252 124 102 0 41 343 111 47
Binary 11011 111010 10101010 1010100 1000010 0 100001 11100011 1001001 100111

Color Harmonies of #1B3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3AAA

Black with #1B3AAA

Text Example


Text Example

White with #1B3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,58,170); }

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

background-color css

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

 a { background-color: rgb(27,58,170); }

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

border-color css

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

 span { border-color: rgb(27,58,170); }

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