Html Css Color HEX #12329C Egyptian Blue

📋 copy color: '#12329C'

red 18 ◦ green 50 ◦ blue 156

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

Shades of Egyptian Blue #12329C

Tints of Egyptian Blue #12329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 8.04%
G = 22.32%
B = 69.64%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12329C (or 0x12329C) is known color: Egyptian Blue. HEX triplet: 12, 32 and 9C. RGB value is (18,50,156). Sum of RGB (Red+Green+Blue) = 18+50+156=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #12329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12329C is #EDCD63. Grayscale: #343434. Windows color (decimal): -15584612 or 10236434. OLE color: 10236434.

HSL color Cylindrical-coordinate representation of color #12329C: hue angle of 226.09º 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 #12329C is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 50 156 -
CMYK 0.88 0.68 0 0.39
HSL 226.09º 0.79% 0.34% -
HSV(B) 226.09º 0.88% 0.61% -
XYZ 7.39 4.81 31.99 -
YUV 52.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 18 50 156 0.88 0.68 0 0.39 226.09 0.79 0.34
Hex 12 32 9C 58 44 0 27 E2 4F 22
Octal 22 62 234 130 104 0 47 342 117 42
Binary 10010 110010 10011100 1011000 1000100 0 100111 11100010 1001111 100010

Color Harmonies of #12329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12329C

Black with #12329C

Text Example


Text Example

White with #12329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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