#0B4CCA

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

Shades of Denim #0B4CCA

Tints of Denim #0B4CCA

Color information

#0B4CCA (or 0x0B4CCA) is unknown color: approx Denim. HEX triplet: 0B, 4C and CA. RGB value is (11,76,202). Sum of RGB (Red+Green+Blue) = 11+76+202=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B4CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4CCA is #F4B335. Grayscale: #464646. Windows color (decimal): -16036662 or 13257739. OLE color: 13257739.

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

Color convert

RGB1176202-
CMYK0.950.6200.21
HSL219.58º89.67%41.76%-
HSV(B)219.58º94.55%79.22%-
XYZ13.389.557.01-
YUV70.93201.9785.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.81%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 202 (79.30% from 255) = 69.90%
R=3.81%
G=26.30%
B=69.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11762020.950.6200.21219.5889.6741.76
HexB4CCA5F3E015dc5a2a
Octal131143121377602533413252
Binary10111001100110010101011111111110010101110111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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