Html Css Color HEX #0934B5 Egyptian Blue

📋 copy color: '#0934B5'

red 9 ◦ green 52 ◦ blue 181

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

Shades of Egyptian Blue #0934B5

Tints of Egyptian Blue #0934B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 74.79%

R = 3.72%
G = 21.49%
B = 74.79%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0934B5 (or 0x0934B5) is known color: Egyptian Blue. HEX triplet: 09, 34 and B5. RGB value is (9,52,181). Sum of RGB (Red+Green+Blue) = 9+52+181=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 181 (71.09% from 255 or 74.79% from 242); Max value from RGB is 181 - color contains mainly: blue. Hex color #0934B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934B5 is #F6CB4A. Grayscale: #353535. Windows color (decimal): -16173899 or 11875337. OLE color: 11875337.

HSL color Cylindrical-coordinate representation of color #0934B5: hue angle of 225º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0934B5 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 52 181 -
CMYK 0.95 0.71 0 0.29
HSL 225º 0.91% 0.37% -
HSV(B) 225º 0.95% 0.71% -
XYZ 9.68 5.85 44.34 -
YUV 53.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 9 52 181 0.95 0.71 0 0.29 225 0.91 0.37
Hex 9 34 B5 5F 47 0 1D E1 5B 25
Octal 11 64 265 137 107 0 35 341 133 45
Binary 1001 110100 10110101 1011111 1000111 0 11101 11100001 1011011 100101

Color Harmonies of #0934B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0934B5

Black with #0934B5

Text Example


Text Example

White with #0934B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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