Html Css Color HEX #0938AA Egyptian Blue

📋 copy color: '#0938AA'

red 9 ◦ green 56 ◦ blue 170

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

Shades of Egyptian Blue #0938AA

Tints of Egyptian Blue #0938AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 3.83%
G = 23.83%
B = 72.34%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0938AA (or 0x0938AA) is known color: Egyptian Blue. HEX triplet: 09, 38 and AA. RGB value is (9,56,170). Sum of RGB (Red+Green+Blue) = 9+56+170=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #0938AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0938AA is #F6C755. Grayscale: #363636. Windows color (decimal): -16172886 or 11155465. OLE color: 11155465.

HSL color Cylindrical-coordinate representation of color #0938AA: hue angle of 222.48º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0938AA is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 56 170 -
CMYK 0.95 0.67 0 0.33
HSL 222.48º 0.9% 0.35% -
HSV(B) 222.48º 0.95% 0.67% -
XYZ 8.78 5.79 38.68 -
YUV 54.94 192.93 95.23 -
System Red Green Blue C M Y K H S L
Decimal 9 56 170 0.95 0.67 0 0.33 222.48 0.9 0.35
Hex 9 38 AA 5F 43 0 21 DE 5A 23
Octal 11 70 252 137 103 0 41 336 132 43
Binary 1001 111000 10101010 1011111 1000011 0 100001 11011110 1011010 100011

Color Harmonies of #0938AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938AA

Black with #0938AA

Text Example


Text Example

White with #0938AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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