Html Css Color HEX #0934AC Egyptian Blue

📋 copy color: '#0934AC'

red 9 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #0934AC

Tints of Egyptian Blue #0934AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 3.86%
G = 22.32%
B = 73.82%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0934AC (or 0x0934AC) is known color: Egyptian Blue. HEX triplet: 09, 34 and AC. RGB value is (9,52,172). Sum of RGB (Red+Green+Blue) = 9+52+172=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #0934AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0934AC is #F6CB53. Grayscale: #343434. Windows color (decimal): -16173908 or 11285513. OLE color: 11285513.

HSL color Cylindrical-coordinate representation of color #0934AC: hue angle of 224.17º 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 #0934AC is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 52 172 -
CMYK 0.95 0.70 0 0.33
HSL 224.17º 0.9% 0.35% -
HSV(B) 224.17º 0.95% 0.67% -
XYZ 8.79 5.49 39.63 -
YUV 52.82 195.25 96.74 -
System Red Green Blue C M Y K H S L
Decimal 9 52 172 0.95 0.70 0 0.33 224.17 0.9 0.35
Hex 9 34 AC 5F 46 0 21 E0 5A 23
Octal 11 64 254 137 106 0 41 340 132 43
Binary 1001 110100 10101100 1011111 1000110 0 100001 11100000 1011010 100011

Color Harmonies of #0934AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0934AC

Black with #0934AC

Text Example


Text Example

White with #0934AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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