Html Css Color HEX #12329F Egyptian Blue

📋 copy color: '#12329F'

red 18 ◦ green 50 ◦ blue 159

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

Shades of Egyptian Blue #12329F

Tints of Egyptian Blue #12329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 7.93%
G = 22.03%
B = 70.04%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12329F (or 0x12329F) is known color: Egyptian Blue. HEX triplet: 12, 32 and 9F. RGB value is (18,50,159). Sum of RGB (Red+Green+Blue) = 18+50+159=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #12329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12329F is #EDCD60. Grayscale: #343434. Windows color (decimal): -15584609 or 10433042. OLE color: 10433042.

HSL color Cylindrical-coordinate representation of color #12329F: hue angle of 226.38º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12329F is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 50 159 -
CMYK 0.89 0.69 0 0.38
HSL 226.38º 0.8% 0.35% -
HSV(B) 226.38º 0.89% 0.62% -
XYZ 7.65 4.91 33.35 -
YUV 52.86 187.9 103.14 -
System Red Green Blue C M Y K H S L
Decimal 18 50 159 0.89 0.69 0 0.38 226.38 0.8 0.35
Hex 12 32 9F 59 45 0 26 E2 50 23
Octal 22 62 237 131 105 0 46 342 120 43
Binary 10010 110010 10011111 1011001 1000101 0 100110 11100010 1010000 100011

Color Harmonies of #12329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12329F

Black with #12329F

Text Example


Text Example

White with #12329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12329F; }

 p { color: rgb(18,50,159); }

 H1.HeaderClassName
 {
   color: #12329F;
 }
 .AnyTagClassName
 {
   color: #12329F;
 }
</style>

background-color css

<style>
 a { background-color: #12329F; }

 a { background-color: rgb(18,50,159); }

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

border-color css

<style>
 span { border-color: #12329F; }

 span { border-color: rgb(18,50,159); }

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