Html Css Color HEX #12349B Egyptian Blue

📋 copy color: '#12349B'

red 18 ◦ green 52 ◦ blue 155

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

Shades of Egyptian Blue #12349B

Tints of Egyptian Blue #12349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.89%

R = 8%
G = 23.11%
B = 68.89%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12349B (or 0x12349B) is known color: Egyptian Blue. HEX triplet: 12, 34 and 9B. RGB value is (18,52,155). Sum of RGB (Red+Green+Blue) = 18+52+155=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #12349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12349B is #EDCB64. Grayscale: #353535. Windows color (decimal): -15584101 or 10171410. OLE color: 10171410.

HSL color Cylindrical-coordinate representation of color #12349B: hue angle of 225.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12349B is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 52 155 -
CMYK 0.88 0.66 0 0.39
HSL 225.11º 0.79% 0.34% -
HSV(B) 225.11º 0.88% 0.61% -
XYZ 7.39 4.95 31.58 -
YUV 53.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 18 52 155 0.88 0.66 0 0.39 225.11 0.79 0.34
Hex 12 34 9B 58 42 0 27 E1 4F 22
Octal 22 64 233 130 102 0 47 341 117 42
Binary 10010 110100 10011011 1011000 1000010 0 100111 11100001 1001111 100010

Color Harmonies of #12349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12349B

Black with #12349B

Text Example


Text Example

White with #12349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12349B; }

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

 H1.HeaderClassName
 {
   color: #12349B;
 }
 .AnyTagClassName
 {
   color: #12349B;
 }
</style>

background-color css

<style>
 a { background-color: #12349B; }

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

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

border-color css

<style>
 span { border-color: #12349B; }

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

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