Html Css Color HEX #0839AA Egyptian Blue

📋 copy color: '#0839AA'

red 8 ◦ green 57 ◦ blue 170

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

Shades of Egyptian Blue #0839AA

Tints of Egyptian Blue #0839AA

RGB

 RED value IS 8 (3.52% from 255) = 3.4%

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 3.4%
G = 24.26%
B = 72.34%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0839AA (or 0x0839AA) is known color: Egyptian Blue. HEX triplet: 08, 39 and AA. RGB value is (8,57,170). Sum of RGB (Red+Green+Blue) = 8+57+170=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 57 (22.66% from 255 or 24.26% 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 #0839AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0839AA is #F7C655. Grayscale: #363636. Windows color (decimal): -16238166 or 11155720. OLE color: 11155720.

HSL color Cylindrical-coordinate representation of color #0839AA: hue angle of 221.85º degrees, saturation: 0.91, 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 #0839AA is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 57 170 -
CMYK 0.95 0.66 0 0.33
HSL 221.85º 0.91% 0.35% -
HSV(B) 221.85º 0.95% 0.67% -
XYZ 8.82 5.88 38.7 -
YUV 55.23 192.77 94.31 -
System Red Green Blue C M Y K H S L
Decimal 8 57 170 0.95 0.66 0 0.33 221.85 0.91 0.35
Hex 8 39 AA 5F 42 0 21 DE 5B 23
Octal 10 71 252 137 102 0 41 336 133 43
Binary 1000 111001 10101010 1011111 1000010 0 100001 11011110 1011011 100011

Color Harmonies of #0839AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0839AA

Black with #0839AA

Text Example


Text Example

White with #0839AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,57,170); }

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

background-color css

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

 a { background-color: rgb(8,57,170); }

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

border-color css

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

 span { border-color: rgb(8,57,170); }

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