#0b55c3

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

Shades of Denim #0B55C3

Tints of Denim #0B55C3

Color information

#0B55C3 (or 0x0B55C3) is unknown color: approx Denim. HEX triplet: 0B, 55 and C3. RGB value is (11,85,195). Sum of RGB (Red+Green+Blue) = 11+85+195=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #0B55C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B55C3 is #F4AA3C. Grayscale: #4A4A4A. Windows color (decimal): -16034365 or 12801291. OLE color: 12801291.

HSL color Cylindrical-coordinate representation of color #0B55C3: hue angle of 215.87º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B55C3 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1185195-
CMYK0.940.5600.24
HSL215.87º89.32%40.39%-
HSV(B)215.87º94.36%76.47%-
XYZ13.2410.5152.96-
YUV75.41195.4882.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.78%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 195 (76.56% from 255) = 67.01%
R=3.78%
G=29.21%
B=67.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11851950.940.5600.24215.8789.3240.39
HexB55C35E38018d85928
Octal131253031367003033013150
Binary10111010101110000111011110111000011000110110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b55c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,195); }

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

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

 a { background-color: rgb(11,85,195); }

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

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

 span { border-color: rgb(11,85,195); }

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