Html Css Color HEX #23459E Egyptian Blue

📋 copy color: '#23459E'

red 35 ◦ green 69 ◦ blue 158

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

Shades of Egyptian Blue #23459E

Tints of Egyptian Blue #23459E

RGB

 RED value IS 35 (14.06% from 255) = 13.36%

 GREEN value IS 69 (27.34% from 255) = 26.34%

 BLUE value IS 158 (62.11% from 255) = 60.31%

R = 13.36%
G = 26.34%
B = 60.31%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23459E (or 0x23459E) is known color: Egyptian Blue. HEX triplet: 23, 45 and 9E. RGB value is (35,69,158). Sum of RGB (Red+Green+Blue) = 35+69+158=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #23459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23459E is #DCBA61. Grayscale: #444444. Windows color (decimal): -14465634 or 10372387. OLE color: 10372387.

HSL color Cylindrical-coordinate representation of color #23459E: hue angle of 223.41º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23459E is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 69 158 -
CMYK 0.78 0.56 0 0.38
HSL 223.41º 0.64% 0.38% -
HSV(B) 223.41º 0.78% 0.62% -
XYZ 8.99 7.08 33.24 -
YUV 68.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 35 69 158 0.78 0.56 0 0.38 223.41 0.64 0.38
Hex 23 45 9E 4E 38 0 26 DF 40 26
Octal 43 105 236 116 70 0 46 337 100 46
Binary 100011 1000101 10011110 1001110 111000 0 100110 11011111 1000000 100110

Color Harmonies of #23459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23459E

Black with #23459E

Text Example


Text Example

White with #23459E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23459E; }

 p { color: rgb(35,69,158); }

 H1.HeaderClassName
 {
   color: #23459E;
 }
 .AnyTagClassName
 {
   color: #23459E;
 }
</style>

background-color css

<style>
 a { background-color: #23459E; }

 a { background-color: rgb(35,69,158); }

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

border-color css

<style>
 span { border-color: #23459E; }

 span { border-color: rgb(35,69,158); }

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