#0835B1

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

Shades of Egyptian Blue #0835B1

Tints of Egyptian Blue #0835B1

Color information

#0835B1 (or 0x0835B1) is unknown color: approx Egyptian Blue. HEX triplet: 08, 35 and B1. RGB value is (8,53,177). Sum of RGB (Red+Green+Blue) = 8+53+177=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #0835B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0835B1 is #F7CA4E. Grayscale: #353535. Windows color (decimal): -16239183 or 11613448. OLE color: 11613448.

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

Color convert

RGB853177-
CMYK0.950.7000.31
HSL224.02º91.35%36.27%-
HSV(B)224.02º95.48%69.41%-
XYZ9.315.7742.22-
YUV53.68197.5995.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.36%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 177 (69.53% from 255) = 74.37%
R=3.36%
G=22.27%
B=74.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8531770.950.7000.31224.0291.3536.27
Hex835B15F4601Fe05b24
Octal106526113710603734013344
Binary10001101011011000110111111000110011111111000001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0835B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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