#0C54B4

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

Shades of Denim #0C54B4

Tints of Denim #0C54B4

Color information

#0C54B4 (or 0x0C54B4) is unknown color: approx Denim. HEX triplet: 0C, 54 and B4. RGB value is (12,84,180). Sum of RGB (Red+Green+Blue) = 12+84+180=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C54B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C54B4 is #F3AB4B. Grayscale: #484848. Windows color (decimal): -15969100 or 11817996. OLE color: 11817996.

HSL color Cylindrical-coordinate representation of color #0C54B4: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C54B4 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1284180-
CMYK0.930.5300.29
HSL214.29º87.5%37.65%-
HSV(B)214.29º93.33%70.59%-
XYZ11.569.7144.45-
YUV73.42188.1584.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 180 (70.70% from 255) = 65.22%
R=4.35%
G=30.43%
B=65.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12841800.930.5300.29214.2987.537.65
HexC54B45D3501Dd65826
Octal141242641356503532613046
Binary11001010100101101001011101110101011101110101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C54B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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