#0769B0

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

Shades of Denim #0769B0

Tints of Denim #0769B0

Color information

#0769B0 (or 0x0769B0) is unknown color: approx Denim. HEX triplet: 07, 69 and B0. RGB value is (7,105,176). Sum of RGB (Red+Green+Blue) = 7+105+176=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #0769B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0769B0 is #F8964F. Grayscale: #535353. Windows color (decimal): -16291408 or 11561223. OLE color: 11561223.

HSL color Cylindrical-coordinate representation of color #0769B0: hue angle of 205.21º 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 #0769B0 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7105176-
CMYK0.960.4000.31
HSL205.21º92.35%35.88%-
HSV(B)205.21º96.02%69.02%-
XYZ12.9813.2842.95-
YUV83.79180.0373.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.43%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 176 (69.14% from 255) = 61.11%
R=2.43%
G=36.46%
B=61.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71051760.960.4000.31205.2192.3535.88
Hex769B0602801Fcd5c24
Octal71512601405003731513444
Binary1111101001101100001100000101000011111110011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0769B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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