Html Css Color HEX #1B30AC Egyptian Blue

📋 copy color: '#1B30AC'

red 27 ◦ green 48 ◦ blue 172

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

Shades of Egyptian Blue #1B30AC

Tints of Egyptian Blue #1B30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 10.93%
G = 19.43%
B = 69.64%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B30AC (or 0x1B30AC) is known color: Egyptian Blue. HEX triplet: 1B, 30 and AC. RGB value is (27,48,172). Sum of RGB (Red+Green+Blue) = 27+48+172=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B30AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B30AC is #E4CF53. Grayscale: #373737. Windows color (decimal): -14995284 or 11284507. OLE color: 11284507.

HSL color Cylindrical-coordinate representation of color #1B30AC: hue angle of 231.31º 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 #1B30AC is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 48 172 -
CMYK 0.84 0.72 0 0.33
HSL 231.31º 0.73% 0.39% -
HSV(B) 231.31º 0.84% 0.67% -
XYZ 8.96 5.33 39.59 -
YUV 55.86 193.54 107.42 -
System Red Green Blue C M Y K H S L
Decimal 27 48 172 0.84 0.72 0 0.33 231.31 0.73 0.39
Hex 1B 30 AC 54 48 0 21 E7 49 27
Octal 33 60 254 124 110 0 41 347 111 47
Binary 11011 110000 10101100 1010100 1001000 0 100001 11100111 1001001 100111

Color Harmonies of #1B30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B30AC

Black with #1B30AC

Text Example


Text Example

White with #1B30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,48,172); }

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

background-color css

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

 a { background-color: rgb(27,48,172); }

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

border-color css

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

 span { border-color: rgb(27,48,172); }

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