Html Css Color HEX #12389B Egyptian Blue

📋 copy color: '#12389B'

red 18 ◦ green 56 ◦ blue 155

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

Shades of Egyptian Blue #12389B

Tints of Egyptian Blue #12389B

RGB

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

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

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

R = 7.86%
G = 24.45%
B = 67.69%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12389B (or 0x12389B) is known color: Egyptian Blue. HEX triplet: 12, 38 and 9B. RGB value is (18,56,155). Sum of RGB (Red+Green+Blue) = 18+56+155=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #12389B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12389B is #EDC764. Grayscale: #373737. Windows color (decimal): -15583077 or 10172434. OLE color: 10172434.

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

Color convert

RGB 18 56 155 -
CMYK 0.88 0.64 0 0.39
HSL 223.36º 0.79% 0.34% -
HSV(B) 223.36º 0.88% 0.61% -
XYZ 7.58 5.32 31.64 -
YUV 55.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 18 56 155 0.88 0.64 0 0.39 223.36 0.79 0.34
Hex 12 38 9B 58 40 0 27 DF 4F 22
Octal 22 70 233 130 100 0 47 337 117 42
Binary 10010 111000 10011011 1011000 1000000 0 100111 11011111 1001111 100010

Color Harmonies of #12389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12389B

Black with #12389B

Text Example


Text Example

White with #12389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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