Html Css Color HEX #0936AC Egyptian Blue

📋 copy color: '#0936AC'

red 9 ◦ green 54 ◦ blue 172

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

Shades of Egyptian Blue #0936AC

Tints of Egyptian Blue #0936AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 73.19%

R = 3.83%
G = 22.98%
B = 73.19%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0936AC (or 0x0936AC) is known color: Egyptian Blue. HEX triplet: 09, 36 and AC. RGB value is (9,54,172). Sum of RGB (Red+Green+Blue) = 9+54+172=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #0936AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0936AC is #F6C953. Grayscale: #353535. Windows color (decimal): -16173396 or 11286025. OLE color: 11286025.

HSL color Cylindrical-coordinate representation of color #0936AC: hue angle of 223.44º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0936AC is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 54 172 -
CMYK 0.95 0.69 0 0.33
HSL 223.44º 0.9% 0.35% -
HSV(B) 223.44º 0.95% 0.67% -
XYZ 8.88 5.67 39.66 -
YUV 54 194.59 95.91 -
System Red Green Blue C M Y K H S L
Decimal 9 54 172 0.95 0.69 0 0.33 223.44 0.9 0.35
Hex 9 36 AC 5F 45 0 21 DF 5A 23
Octal 11 66 254 137 105 0 41 337 132 43
Binary 1001 110110 10101100 1011111 1000101 0 100001 11011111 1011010 100011

Color Harmonies of #0936AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0936AC

Black with #0936AC

Text Example


Text Example

White with #0936AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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