Html Css Color HEX #093DB2 Egyptian Blue

📋 copy color: '#093DB2'

red 9 ◦ green 61 ◦ blue 178

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

Shades of Egyptian Blue #093DB2

Tints of Egyptian Blue #093DB2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

 BLUE value IS 178 (69.92% from 255) = 71.77%

R = 3.63%
G = 24.6%
B = 71.77%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#093DB2 (or 0x093DB2) is known color: Egyptian Blue. HEX triplet: 09, 3D and B2. RGB value is (9,61,178). Sum of RGB (Red+Green+Blue) = 9+61+178=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 178 (69.92% from 255 or 71.77% from 248); Max value from RGB is 178 - color contains mainly: blue. Hex color #093DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093DB2 is #F6C24D. Grayscale: #3A3A3A. Windows color (decimal): -16171598 or 11681033. OLE color: 11681033.

HSL color Cylindrical-coordinate representation of color #093DB2: hue angle of 221.54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093DB2 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 61 178 -
CMYK 0.95 0.66 0 0.30
HSL 221.54º 0.9% 0.37% -
HSV(B) 221.54º 0.95% 0.7% -
XYZ 9.82 6.61 42.88 -
YUV 58.79 195.27 92.49 -
System Red Green Blue C M Y K H S L
Decimal 9 61 178 0.95 0.66 0 0.30 221.54 0.9 0.37
Hex 9 3D B2 5F 42 0 1E DE 5A 25
Octal 11 75 262 137 102 0 36 336 132 45
Binary 1001 111101 10110010 1011111 1000010 0 11110 11011110 1011010 100101

Color Harmonies of #093DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DB2

Black with #093DB2

Text Example


Text Example

White with #093DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,61,178); }

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

background-color css

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

 a { background-color: rgb(9,61,178); }

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

border-color css

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

 span { border-color: rgb(9,61,178); }

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