Html Css Color HEX #123F9D Egyptian Blue

📋 copy color: '#123F9D'

red 18 ◦ green 63 ◦ blue 157

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

Shades of Egyptian Blue #123F9D

Tints of Egyptian Blue #123F9D

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 7.56%
G = 26.47%
B = 65.97%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#123F9D (or 0x123F9D) is known color: Egyptian Blue. HEX triplet: 12, 3F and 9D. RGB value is (18,63,157). Sum of RGB (Red+Green+Blue) = 18+63+157=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #123F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F9D is #EDC062. Grayscale: #3B3B3B. Windows color (decimal): -15581283 or 10305298. OLE color: 10305298.

HSL color Cylindrical-coordinate representation of color #123F9D: hue angle of 220.58º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123F9D is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 63 157 -
CMYK 0.89 0.60 0 0.38
HSL 220.58º 0.79% 0.34% -
HSV(B) 220.58º 0.89% 0.62% -
XYZ 8.11 6.12 32.65 -
YUV 60.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 18 63 157 0.89 0.60 0 0.38 220.58 0.79 0.34
Hex 12 3F 9D 59 3C 0 26 DD 4F 22
Octal 22 77 235 131 74 0 46 335 117 42
Binary 10010 111111 10011101 1011001 111100 0 100110 11011101 1001111 100010

Color Harmonies of #123F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F9D

Black with #123F9D

Text Example


Text Example

White with #123F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123F9D; }

 p { color: rgb(18,63,157); }

 H1.HeaderClassName
 {
   color: #123F9D;
 }
 .AnyTagClassName
 {
   color: #123F9D;
 }
</style>

background-color css

<style>
 a { background-color: #123F9D; }

 a { background-color: rgb(18,63,157); }

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

border-color css

<style>
 span { border-color: #123F9D; }

 span { border-color: rgb(18,63,157); }

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