Html Css Color HEX #0838AE Egyptian Blue

📋 copy color: '#0838AE'

red 8 ◦ green 56 ◦ blue 174

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

Shades of Egyptian Blue #0838AE

Tints of Egyptian Blue #0838AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.11%

R = 3.36%
G = 23.53%
B = 73.11%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0838AE (or 0x0838AE) is known color: Egyptian Blue. HEX triplet: 08, 38 and AE. RGB value is (8,56,174). Sum of RGB (Red+Green+Blue) = 8+56+174=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #0838AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0838AE is #F7C751. Grayscale: #363636. Windows color (decimal): -16238418 or 11417608. OLE color: 11417608.

HSL color Cylindrical-coordinate representation of color #0838AE: hue angle of 222.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0838AE is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 56 174 -
CMYK 0.95 0.68 0 0.32
HSL 222.65º 0.91% 0.36% -
HSV(B) 222.65º 0.95% 0.68% -
XYZ 9.15 5.94 40.71 -
YUV 55.1 195.1 94.41 -
System Red Green Blue C M Y K H S L
Decimal 8 56 174 0.95 0.68 0 0.32 222.65 0.91 0.36
Hex 8 38 AE 5F 44 0 20 DF 5B 24
Octal 10 70 256 137 104 0 40 337 133 44
Binary 1000 111000 10101110 1011111 1000100 0 100000 11011111 1011011 100100

Color Harmonies of #0838AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0838AE

Black with #0838AE

Text Example


Text Example

White with #0838AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0838AE;
 }
 .AnyTagClassName
 {
   color: #0838AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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