#0838AF

Color #0838AF Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0838AF

Tints of Egyptian Blue #0838AF

Color information

#0838AF (or 0x0838AF) is unknown color: approx Egyptian Blue. HEX triplet: 08, 38 and AF. RGB value is (8,56,175). Sum of RGB (Red+Green+Blue) = 8+56+175=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #0838AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0838AF is #F7C750. Grayscale: #363636. Windows color (decimal): -16238417 or 11483144. OLE color: 11483144.

HSL color Cylindrical-coordinate representation of color #0838AF: hue angle of 222.75º degrees, saturation: 0.91, 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 #0838AF is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB856175-
CMYK0.950.6800.31
HSL222.75º91.26%35.88%-
HSV(B)222.75º95.43%68.63%-
XYZ9.255.9841.22-
YUV55.21195.694.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 175 (68.75% from 255) = 73.22%
R=3.35%
G=23.43%
B=73.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8561750.950.6800.31222.7591.2635.88
Hex838AF5F4401Fdf5b24
Octal107025713710403733713344
Binary10001110001010111110111111000100011111110111111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0838AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0838AF; }

 p { color: rgb(8,56,175); }

 H1.HeaderClassName
 {
   color: #0838AF;
 }
 .AnyTagClassName
 {
   color: #0838AF;
 }
</style>
background-color css

<style>
 a { background-color: #0838AF; }

 a { background-color: rgb(8,56,175); }

 div.DivClassName
 {
   background-color: #0838AF;
 }
 .BgClassName
 {
   background-color: #0838AF;
 }
</style>
border-color css

<style>
 span { border-color: #0838AF; }

 span { border-color: rgb(8,56,175); }

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