#0C54BE

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

Shades of Denim #0C54BE

Tints of Denim #0C54BE

Color information

#0C54BE (or 0x0C54BE) is unknown color: approx Denim. HEX triplet: 0C, 54 and BE. RGB value is (12,84,190). Sum of RGB (Red+Green+Blue) = 12+84+190=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C54BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C54BE is #F3AB41. Grayscale: #4A4A4A. Windows color (decimal): -15969090 or 12473356. OLE color: 12473356.

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

Color convert

RGB1284190-
CMYK0.940.5600.25
HSL215.73º88.12%39.61%-
HSV(B)215.73º93.68%74.51%-
XYZ12.6210.1450.01-
YUV74.56193.1583.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.20%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 190 (74.61% from 255) = 66.43%
R=4.20%
G=29.37%
B=66.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12841900.940.5600.25215.7388.1239.61
HexC54BE5E38019d85828
Octal141242761367003133013050
Binary11001010100101111101011110111000011001110110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,84,190); }

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

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

 a { background-color: rgb(12,84,190); }

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

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

 span { border-color: rgb(12,84,190); }

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