#0C65B1

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

Shades of Denim #0C65B1

Tints of Denim #0C65B1

Color information

#0C65B1 (or 0x0C65B1) is unknown color: approx Denim. HEX triplet: 0C, 65 and B1. RGB value is (12,101,177). Sum of RGB (Red+Green+Blue) = 12+101+177=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C65B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C65B1 is #F39A4E. Grayscale: #525252. Windows color (decimal): -15964751 or 11625740. OLE color: 11625740.

HSL color Cylindrical-coordinate representation of color #0C65B1: hue angle of 207.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C65B1 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12101177-
CMYK0.930.4300.31
HSL207.64º87.3%37.06%-
HSV(B)207.64º93.22%69.41%-
XYZ12.7412.5643.35-
YUV83.05181.0177.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 177 (69.53% from 255) = 61.03%
R=4.14%
G=34.83%
B=61.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121011770.930.4300.31207.6487.337.06
HexC65B15D2B01Fd05725
Octal141452611355303732012745
Binary11001100101101100011011101101011011111110100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C65B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,177); }

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

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

 a { background-color: rgb(12,101,177); }

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

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

 span { border-color: rgb(12,101,177); }

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