#0B4CCB

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

Shades of Denim #0B4CCB

Tints of Denim #0B4CCB

Color information

#0B4CCB (or 0x0B4CCB) is unknown color: approx Denim. HEX triplet: 0B, 4C and CB. RGB value is (11,76,203). Sum of RGB (Red+Green+Blue) = 11+76+203=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B4CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4CCB is #F4B334. Grayscale: #464646. Windows color (decimal): -16036661 or 13323275. OLE color: 13323275.

HSL color Cylindrical-coordinate representation of color #0B4CCB: hue angle of 219.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4CCB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1176203-
CMYK0.950.6300.20
HSL219.69º89.72%41.96%-
HSV(B)219.69º94.58%79.61%-
XYZ13.59.5557.63-
YUV71.04202.4785.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.79%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 203 (79.69% from 255) = 70%
R=3.79%
G=26.21%
B=70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11762030.950.6300.20219.6989.7241.96
HexB4CCB5F3F014dc5a2a
Octal131143131377702433413252
Binary10111001100110010111011111111111010100110111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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