Html Css Color HEX #12389F Egyptian Blue

📋 copy color: '#12389F'

red 18 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #12389F

Tints of Egyptian Blue #12389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 7.73%
G = 24.03%
B = 68.24%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12389F (or 0x12389F) is known color: Egyptian Blue. HEX triplet: 12, 38 and 9F. RGB value is (18,56,159). Sum of RGB (Red+Green+Blue) = 18+56+159=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #12389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12389F is #EDC760. Grayscale: #373737. Windows color (decimal): -15583073 or 10434578. OLE color: 10434578.

HSL color Cylindrical-coordinate representation of color #12389F: hue angle of 223.83º 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 #12389F is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 56 159 -
CMYK 0.89 0.65 0 0.38
HSL 223.83º 0.8% 0.35% -
HSV(B) 223.83º 0.89% 0.62% -
XYZ 7.92 5.46 33.44 -
YUV 56.38 185.91 100.62 -
System Red Green Blue C M Y K H S L
Decimal 18 56 159 0.89 0.65 0 0.38 223.83 0.8 0.35
Hex 12 38 9F 59 41 0 26 E0 50 23
Octal 22 70 237 131 101 0 46 340 120 43
Binary 10010 111000 10011111 1011001 1000001 0 100110 11100000 1010000 100011

Color Harmonies of #12389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12389F

Black with #12389F

Text Example


Text Example

White with #12389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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