#0B36A5

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

Shades of Egyptian Blue #0B36A5

Tints of Egyptian Blue #0B36A5

Color information

#0B36A5 (or 0x0B36A5) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 36 and A5. RGB value is (11,54,165). Sum of RGB (Red+Green+Blue) = 11+54+165=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 165 (64.84% from 255 or 71.74% from 230); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B36A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B36A5 is #F4C95A. Grayscale: #353535. Windows color (decimal): -16042331 or 10827275. OLE color: 10827275.

HSL color Cylindrical-coordinate representation of color #0B36A5: hue angle of 223.25º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B36A5 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1154165-
CMYK0.930.6700.35
HSL223.25º87.5%34.51%-
HSV(B)223.25º93.33%64.71%-
XYZ8.255.4336.21-
YUV53.8190.7597.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 165 (64.84% from 255) = 71.74%
R=4.78%
G=23.48%
B=71.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11541650.930.6700.35223.2587.534.51
HexB36A55D43023df5823
Octal136624513510304333713043
Binary101111011010100101101110110000110100011110111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B36A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B36A5; }

 p { color: rgb(11,54,165); }

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

<style>
 a { background-color: #0B36A5; }

 a { background-color: rgb(11,54,165); }

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

<style>
 span { border-color: #0B36A5; }

 span { border-color: rgb(11,54,165); }

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