Html Css Color HEX #0936AD Egyptian Blue

📋 copy color: '#0936AD'

red 9 ◦ green 54 ◦ blue 173

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

Shades of Egyptian Blue #0936AD

Tints of Egyptian Blue #0936AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

 BLUE value IS 173 (67.97% from 255) = 73.31%

R = 3.81%
G = 22.88%
B = 73.31%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0936AD (or 0x0936AD) is known color: Egyptian Blue. HEX triplet: 09, 36 and AD. RGB value is (9,54,173). Sum of RGB (Red+Green+Blue) = 9+54+173=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #0936AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0936AD is #F6C952. Grayscale: #353535. Windows color (decimal): -16173395 or 11351561. OLE color: 11351561.

HSL color Cylindrical-coordinate representation of color #0936AD: hue angle of 223.54º 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 #0936AD is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 54 173 -
CMYK 0.95 0.69 0 0.32
HSL 223.54º 0.9% 0.36% -
HSV(B) 223.54º 0.95% 0.68% -
XYZ 8.97 5.71 40.16 -
YUV 54.11 195.09 95.82 -
System Red Green Blue C M Y K H S L
Decimal 9 54 173 0.95 0.69 0 0.32 223.54 0.9 0.36
Hex 9 36 AD 5F 45 0 20 E0 5A 24
Octal 11 66 255 137 105 0 40 340 132 44
Binary 1001 110110 10101101 1011111 1000101 0 100000 11100000 1011010 100100

Color Harmonies of #0936AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0936AD

Black with #0936AD

Text Example


Text Example

White with #0936AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0936AD; }

 p { color: rgb(9,54,173); }

 H1.HeaderClassName
 {
   color: #0936AD;
 }
 .AnyTagClassName
 {
   color: #0936AD;
 }
</style>

background-color css

<style>
 a { background-color: #0936AD; }

 a { background-color: rgb(9,54,173); }

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

border-color css

<style>
 span { border-color: #0936AD; }

 span { border-color: rgb(9,54,173); }

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