#0B4EBC

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

Shades of Denim #0B4EBC

Tints of Denim #0B4EBC

Color information

#0B4EBC (or 0x0B4EBC) is unknown color: approx Denim. HEX triplet: 0B, 4E and BC. RGB value is (11,78,188). Sum of RGB (Red+Green+Blue) = 11+78+188=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B4EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4EBC is #F4B143. Grayscale: #464646. Windows color (decimal): -16036164 or 12340747. OLE color: 12340747.

HSL color Cylindrical-coordinate representation of color #0B4EBC: hue angle of 217.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4EBC is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1178188-
CMYK0.940.5900.26
HSL217.29º88.94%39.02%-
HSV(B)217.29º94.15%73.73%-
XYZ11.949.1548.71-
YUV70.51194.385.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.97%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 188 (73.83% from 255) = 67.87%
R=3.97%
G=28.16%
B=67.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11781880.940.5900.26217.2988.9439.02
HexB4EBC5E3B01Ad95927
Octal131162741367303233113147
Binary10111001110101111001011110111011011010110110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,78,188); }

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

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

 a { background-color: rgb(11,78,188); }

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

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

 span { border-color: rgb(11,78,188); }

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