Html Css Color HEX #1B36AC Egyptian Blue

📋 copy color: '#1B36AC'

red 27 ◦ green 54 ◦ blue 172

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

Shades of Egyptian Blue #1B36AC

Tints of Egyptian Blue #1B36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 10.67%
G = 21.34%
B = 67.98%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B36AC (or 0x1B36AC) is known color: Egyptian Blue. HEX triplet: 1B, 36 and AC. RGB value is (27,54,172). Sum of RGB (Red+Green+Blue) = 27+54+172=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B36AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B36AC is #E4C953. Grayscale: #3A3A3A. Windows color (decimal): -14993748 or 11286043. OLE color: 11286043.

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

Color convert

RGB 27 54 172 -
CMYK 0.84 0.69 0 0.33
HSL 228.83º 0.73% 0.39% -
HSV(B) 228.83º 0.84% 0.67% -
XYZ 9.22 5.85 39.67 -
YUV 59.38 191.55 104.91 -
System Red Green Blue C M Y K H S L
Decimal 27 54 172 0.84 0.69 0 0.33 228.83 0.73 0.39
Hex 1B 36 AC 54 45 0 21 E5 49 27
Octal 33 66 254 124 105 0 41 345 111 47
Binary 11011 110110 10101100 1010100 1000101 0 100001 11100101 1001001 100111

Color Harmonies of #1B36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B36AC

Black with #1B36AC

Text Example


Text Example

White with #1B36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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