Html Css Color HEX #1234B3 Egyptian Blue

📋 copy color: '#1234B3'

red 18 ◦ green 52 ◦ blue 179

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

Shades of Egyptian Blue #1234B3

Tints of Egyptian Blue #1234B3

RGB

 RED value IS 18 (7.42% from 255) = 7.23%

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

 BLUE value IS 179 (70.31% from 255) = 71.89%

R = 7.23%
G = 20.88%
B = 71.89%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1234B3 (or 0x1234B3) is known color: Egyptian Blue. HEX triplet: 12, 34 and B3. RGB value is (18,52,179). Sum of RGB (Red+Green+Blue) = 18+52+179=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 179 (70.31% from 255 or 71.89% from 249); Max value from RGB is 179 - color contains mainly: blue. Hex color #1234B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234B3 is #EDCB4C. Grayscale: #373737. Windows color (decimal): -15584077 or 11744274. OLE color: 11744274.

HSL color Cylindrical-coordinate representation of color #1234B3: hue angle of 227.33º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1234B3 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 52 179 -
CMYK 0.90 0.71 0 0.30
HSL 227.33º 0.82% 0.39% -
HSV(B) 227.33º 0.9% 0.7% -
XYZ 9.61 5.84 43.27 -
YUV 56.31 197.24 100.67 -
System Red Green Blue C M Y K H S L
Decimal 18 52 179 0.90 0.71 0 0.30 227.33 0.82 0.39
Hex 12 34 B3 5A 47 0 1E E3 52 27
Octal 22 64 263 132 107 0 36 343 122 47
Binary 10010 110100 10110011 1011010 1000111 0 11110 11100011 1010010 100111

Color Harmonies of #1234B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234B3

Black with #1234B3

Text Example


Text Example

White with #1234B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1234B3; }

 p { color: rgb(18,52,179); }

 H1.HeaderClassName
 {
   color: #1234B3;
 }
 .AnyTagClassName
 {
   color: #1234B3;
 }
</style>

background-color css

<style>
 a { background-color: #1234B3; }

 a { background-color: rgb(18,52,179); }

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

border-color css

<style>
 span { border-color: #1234B3; }

 span { border-color: rgb(18,52,179); }

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