Html Css Color HEX #093BB8 Egyptian Blue

📋 copy color: '#093BB8'

red 9 ◦ green 59 ◦ blue 184

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

Shades of Egyptian Blue #093BB8

Tints of Egyptian Blue #093BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 73.02%

R = 3.57%
G = 23.41%
B = 73.02%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#093BB8 (or 0x093BB8) is known color: Egyptian Blue. HEX triplet: 09, 3B and B8. RGB value is (9,59,184). Sum of RGB (Red+Green+Blue) = 9+59+184=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 184 (72.27% from 255 or 73.02% from 252); Max value from RGB is 184 - color contains mainly: blue. Hex color #093BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BB8 is #F6C447. Grayscale: #393939. Windows color (decimal): -16172104 or 12073737. OLE color: 12073737.

HSL color Cylindrical-coordinate representation of color #093BB8: hue angle of 222.86º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093BB8 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 59 184 -
CMYK 0.95 0.68 0 0.28
HSL 222.86º 0.91% 0.38% -
HSV(B) 222.86º 0.95% 0.72% -
XYZ 10.33 6.65 46.09 -
YUV 58.3 198.94 92.84 -
System Red Green Blue C M Y K H S L
Decimal 9 59 184 0.95 0.68 0 0.28 222.86 0.91 0.38
Hex 9 3B B8 5F 44 0 1C DF 5B 26
Octal 11 73 270 137 104 0 34 337 133 46
Binary 1001 111011 10111000 1011111 1000100 0 11100 11011111 1011011 100110

Color Harmonies of #093BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BB8

Black with #093BB8

Text Example


Text Example

White with #093BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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