#0B4CC7

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

Shades of Denim #0B4CC7

Tints of Denim #0B4CC7

Color information

#0B4CC7 (or 0x0B4CC7) is unknown color: approx Denim. HEX triplet: 0B, 4C and C7. RGB value is (11,76,199). Sum of RGB (Red+Green+Blue) = 11+76+199=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 199 (78.12% from 255 or 69.58% from 286); Max value from RGB is 199 - color contains mainly: blue. Hex color #0B4CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4CC7 is #F4B338. Grayscale: #464646. Windows color (decimal): -16036665 or 13061131. OLE color: 13061131.

HSL color Cylindrical-coordinate representation of color #0B4CC7: hue angle of 219.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4CC7 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1176199-
CMYK0.940.6200.22
HSL219.26º89.52%41.18%-
HSV(B)219.26º94.47%78.04%-
XYZ13.039.3655.15-
YUV70.59200.4785.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.85%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 199 (78.12% from 255) = 69.58%
R=3.85%
G=26.57%
B=69.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11761990.940.6200.22219.2689.5241.18
HexB4CC75E3E016db5a29
Octal131143071367602633313251
Binary10111001100110001111011110111110010110110110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,76,199); }

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

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

 a { background-color: rgb(11,76,199); }

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

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

 span { border-color: rgb(11,76,199); }

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