Html Css Color HEX #093BAC Egyptian Blue

📋 copy color: '#093BAC'

red 9 ◦ green 59 ◦ blue 172

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

Shades of Egyptian Blue #093BAC

Tints of Egyptian Blue #093BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

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

R = 3.75%
G = 24.58%
B = 71.67%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#093BAC (or 0x093BAC) is known color: Egyptian Blue. HEX triplet: 09, 3B and AC. RGB value is (9,59,172). Sum of RGB (Red+Green+Blue) = 9+59+172=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #093BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093BAC is #F6C453. Grayscale: #383838. Windows color (decimal): -16172116 or 11287305. OLE color: 11287305.

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

Color convert

RGB 9 59 172 -
CMYK 0.95 0.66 0 0.33
HSL 221.6º 0.9% 0.35% -
HSV(B) 221.6º 0.95% 0.67% -
XYZ 9.12 6.16 39.74 -
YUV 56.93 192.94 93.81 -
System Red Green Blue C M Y K H S L
Decimal 9 59 172 0.95 0.66 0 0.33 221.6 0.9 0.35
Hex 9 3B AC 5F 42 0 21 DE 5A 23
Octal 11 73 254 137 102 0 41 336 132 43
Binary 1001 111011 10101100 1011111 1000010 0 100001 11011110 1011010 100011

Color Harmonies of #093BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BAC

Black with #093BAC

Text Example


Text Example

White with #093BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093BAC; }

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

 H1.HeaderClassName
 {
   color: #093BAC;
 }
 .AnyTagClassName
 {
   color: #093BAC;
 }
</style>

background-color css

<style>
 a { background-color: #093BAC; }

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

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

border-color css

<style>
 span { border-color: #093BAC; }

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

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