#0c69b1

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

Shades of Denim #0C69B1

Tints of Denim #0C69B1

Color information

#0C69B1 (or 0x0C69B1) is unknown color: approx Denim. HEX triplet: 0C, 69 and B1. RGB value is (12,105,177). Sum of RGB (Red+Green+Blue) = 12+105+177=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C69B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C69B1 is #F3964E. Grayscale: #555555. Windows color (decimal): -15963727 or 11626764. OLE color: 11626764.

HSL color Cylindrical-coordinate representation of color #0C69B1: hue angle of 206.18º 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 #0C69B1 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12105177-
CMYK0.930.4100.31
HSL206.18º87.3%37.06%-
HSV(B)206.18º93.22%69.41%-
XYZ13.1413.3643.48-
YUV85.4179.6975.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.08%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 177 (69.53% from 255) = 60.20%
R=4.08%
G=35.71%
B=60.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121051770.930.4100.31206.1887.337.06
HexC69B15D2901Fce5725
Octal141512611355103731612745
Binary11001101001101100011011101101001011111110011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c69b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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