Html Css Color HEX #0938B0 Egyptian Blue

📋 copy color: '#0938B0'

red 9 ◦ green 56 ◦ blue 176

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

Shades of Egyptian Blue #0938B0

Tints of Egyptian Blue #0938B0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 176 (69.14% from 255) = 73.03%

R = 3.73%
G = 23.24%
B = 73.03%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0938B0 (or 0x0938B0) is known color: Egyptian Blue. HEX triplet: 09, 38 and B0. RGB value is (9,56,176). Sum of RGB (Red+Green+Blue) = 9+56+176=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #0938B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0938B0 is #F6C74F. Grayscale: #373737. Windows color (decimal): -16172880 or 11548681. OLE color: 11548681.

HSL color Cylindrical-coordinate representation of color #0938B0: hue angle of 223.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0938B0 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 56 176 -
CMYK 0.95 0.68 0 0.31
HSL 223.11º 0.9% 0.36% -
HSV(B) 223.11º 0.95% 0.69% -
XYZ 9.36 6.02 41.74 -
YUV 55.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 9 56 176 0.95 0.68 0 0.31 223.11 0.9 0.36
Hex 9 38 B0 5F 44 0 1F DF 5A 24
Octal 11 70 260 137 104 0 37 337 132 44
Binary 1001 111000 10110000 1011111 1000100 0 11111 11011111 1011010 100100

Color Harmonies of #0938B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938B0

Black with #0938B0

Text Example


Text Example

White with #0938B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0938B0; }

 p { color: rgb(9,56,176); }

 H1.HeaderClassName
 {
   color: #0938B0;
 }
 .AnyTagClassName
 {
   color: #0938B0;
 }
</style>

background-color css

<style>
 a { background-color: #0938B0; }

 a { background-color: rgb(9,56,176); }

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

border-color css

<style>
 span { border-color: #0938B0; }

 span { border-color: rgb(9,56,176); }

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