#0768B0

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

Shades of Denim #0768B0

Tints of Denim #0768B0

Color information

#0768B0 (or 0x0768B0) is unknown color: approx Denim. HEX triplet: 07, 68 and B0. RGB value is (7,104,176). Sum of RGB (Red+Green+Blue) = 7+104+176=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #0768B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0768B0 is #F8974F. Grayscale: #525252. Windows color (decimal): -16291664 or 11560967. OLE color: 11560967.

HSL color Cylindrical-coordinate representation of color #0768B0: hue angle of 205.56º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0768B0 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7104176-
CMYK0.960.4100.31
HSL205.56º92.35%35.88%-
HSV(B)205.56º96.02%69.02%-
XYZ12.8713.0842.92-
YUV83.2180.3673.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=2.44%
G=36.24%
B=61.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71041760.960.4100.31205.5692.3535.88
Hex768B0602901Fce5c24
Octal71502601405103731613444
Binary1111101000101100001100000101001011111110011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0768B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0768B0; }

 p { color: rgb(7,104,176); }

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

<style>
 a { background-color: #0768B0; }

 a { background-color: rgb(7,104,176); }

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

<style>
 span { border-color: #0768B0; }

 span { border-color: rgb(7,104,176); }

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