Html Css Color HEX #1B34A3 Egyptian Blue

📋 copy color: '#1B34A3'

red 27 ◦ green 52 ◦ blue 163

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

Shades of Egyptian Blue #1B34A3

Tints of Egyptian Blue #1B34A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 67.36%

R = 11.16%
G = 21.49%
B = 67.36%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1B34A3 (or 0x1B34A3) is known color: Egyptian Blue. HEX triplet: 1B, 34 and A3. RGB value is (27,52,163). Sum of RGB (Red+Green+Blue) = 27+52+163=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #1B34A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B34A3 is #E4CB5C. Grayscale: #383838. Windows color (decimal): -14994269 or 10695707. OLE color: 10695707.

HSL color Cylindrical-coordinate representation of color #1B34A3: hue angle of 228.97º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B34A3 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 27 52 163 -
CMYK 0.83 0.68 0 0.36
HSL 228.97º 0.72% 0.37% -
HSV(B) 228.97º 0.83% 0.64% -
XYZ 8.29 5.33 35.24 -
YUV 57.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 27 52 163 0.83 0.68 0 0.36 228.97 0.72 0.37
Hex 1B 34 A3 53 44 0 24 E5 48 25
Octal 33 64 243 123 104 0 44 345 110 45
Binary 11011 110100 10100011 1010011 1000100 0 100100 11100101 1001000 100101

Color Harmonies of #1B34A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B34A3

Black with #1B34A3

Text Example


Text Example

White with #1B34A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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