Html Css Color HEX #0938AE Egyptian Blue

📋 copy color: '#0938AE'

red 9 ◦ green 56 ◦ blue 174

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

Shades of Egyptian Blue #0938AE

Tints of Egyptian Blue #0938AE

RGB

 RED value IS 9 (3.91% from 255) = 3.77%

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

 BLUE value IS 174 (68.36% from 255) = 72.8%

R = 3.77%
G = 23.43%
B = 72.8%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0938AE (or 0x0938AE) is known color: Egyptian Blue. HEX triplet: 09, 38 and AE. RGB value is (9,56,174). Sum of RGB (Red+Green+Blue) = 9+56+174=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #0938AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0938AE is #F6C751. Grayscale: #363636. Windows color (decimal): -16172882 or 11417609. OLE color: 11417609.

HSL color Cylindrical-coordinate representation of color #0938AE: hue angle of 222.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0938AE is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 56 174 -
CMYK 0.95 0.68 0 0.32
HSL 222.91º 0.9% 0.36% -
HSV(B) 222.91º 0.95% 0.68% -
XYZ 9.17 5.94 40.71 -
YUV 55.4 194.93 94.91 -
System Red Green Blue C M Y K H S L
Decimal 9 56 174 0.95 0.68 0 0.32 222.91 0.9 0.36
Hex 9 38 AE 5F 44 0 20 DF 5A 24
Octal 11 70 256 137 104 0 40 337 132 44
Binary 1001 111000 10101110 1011111 1000100 0 100000 11011111 1011010 100100

Color Harmonies of #0938AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938AE

Black with #0938AE

Text Example


Text Example

White with #0938AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0938AE; }

 p { color: rgb(9,56,174); }

 H1.HeaderClassName
 {
   color: #0938AE;
 }
 .AnyTagClassName
 {
   color: #0938AE;
 }
</style>

background-color css

<style>
 a { background-color: #0938AE; }

 a { background-color: rgb(9,56,174); }

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

border-color css

<style>
 span { border-color: #0938AE; }

 span { border-color: rgb(9,56,174); }

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