#0834B1

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

Shades of Egyptian Blue #0834B1

Tints of Egyptian Blue #0834B1

Color information

#0834B1 (or 0x0834B1) is unknown color: approx Egyptian Blue. HEX triplet: 08, 34 and B1. RGB value is (8,52,177). Sum of RGB (Red+Green+Blue) = 8+52+177=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #0834B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0834B1 is #F7CB4E. Grayscale: #343434. Windows color (decimal): -16239439 or 11613192. OLE color: 11613192.

HSL color Cylindrical-coordinate representation of color #0834B1: hue angle of 224.38º 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 #0834B1 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB852177-
CMYK0.950.7100.31
HSL224.38º91.35%36.27%-
HSV(B)224.38º95.48%69.41%-
XYZ9.265.6842.2-
YUV53.09197.9295.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 177 (69.53% from 255) = 74.68%
R=3.38%
G=21.94%
B=74.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8521770.950.7100.31224.3891.3536.27
Hex834B15F4701Fe05b24
Octal106426113710703734013344
Binary10001101001011000110111111000111011111111000001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0834B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0834B1; }

 p { color: rgb(8,52,177); }

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

<style>
 a { background-color: #0834B1; }

 a { background-color: rgb(8,52,177); }

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

<style>
 span { border-color: #0834B1; }

 span { border-color: rgb(8,52,177); }

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