Html Css Color HEX #0937B4 Egyptian Blue

📋 copy color: '#0937B4'

red 9 ◦ green 55 ◦ blue 180

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

Shades of Egyptian Blue #0937B4

Tints of Egyptian Blue #0937B4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 180 (70.7% from 255) = 73.77%

R = 3.69%
G = 22.54%
B = 73.77%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0937B4 (or 0x0937B4) is known color: Egyptian Blue. HEX triplet: 09, 37 and B4. RGB value is (9,55,180). Sum of RGB (Red+Green+Blue) = 9+55+180=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 180 (70.70% from 255 or 73.77% from 244); Max value from RGB is 180 - color contains mainly: blue. Hex color #0937B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937B4 is #F6C84B. Grayscale: #363636. Windows color (decimal): -16173132 or 11810569. OLE color: 11810569.

HSL color Cylindrical-coordinate representation of color #0937B4: hue angle of 223.86º degrees, saturation: 0.9, 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 #0937B4 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 55 180 -
CMYK 0.95 0.69 0 0.29
HSL 223.86º 0.9% 0.37% -
HSV(B) 223.86º 0.95% 0.71% -
XYZ 9.72 6.09 43.84 -
YUV 55.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 9 55 180 0.95 0.69 0 0.29 223.86 0.9 0.37
Hex 9 37 B4 5F 45 0 1D E0 5A 25
Octal 11 67 264 137 105 0 35 340 132 45
Binary 1001 110111 10110100 1011111 1000101 0 11101 11100000 1011010 100101

Color Harmonies of #0937B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0937B4

Black with #0937B4

Text Example


Text Example

White with #0937B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0937B4; }

 p { color: rgb(9,55,180); }

 H1.HeaderClassName
 {
   color: #0937B4;
 }
 .AnyTagClassName
 {
   color: #0937B4;
 }
</style>

background-color css

<style>
 a { background-color: #0937B4; }

 a { background-color: rgb(9,55,180); }

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

border-color css

<style>
 span { border-color: #0937B4; }

 span { border-color: rgb(9,55,180); }

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