#0465B0

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

Shades of Denim #0465B0

Tints of Denim #0465B0

Color information

#0465B0 (or 0x0465B0) is unknown color: approx Denim. HEX triplet: 04, 65 and B0. RGB value is (4,101,176). Sum of RGB (Red+Green+Blue) = 4+101+176=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 176 (69.14% from 255 or 62.63% from 281); Max value from RGB is 176 - color contains mainly: blue. Hex color #0465B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0465B0 is #FB9A4F. Grayscale: #505050. Windows color (decimal): -16489040 or 11560196. OLE color: 11560196.

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

Color convert

RGB4101176-
CMYK0.980.4300.31
HSL206.16º95.56%35.29%-
HSV(B)206.16º97.73%69.02%-
XYZ12.5412.4742.82-
YUV80.55181.8673.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 176 (69.14% from 255) = 62.63%
R=1.42%
G=35.94%
B=62.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41011760.980.4300.31206.1695.5635.29
Hex465B0622B01Fce6023
Octal41452601425303731614043
Binary1001100101101100001100010101011011111110011101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0465B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,101,176); }

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

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

 a { background-color: rgb(4,101,176); }

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

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

 span { border-color: rgb(4,101,176); }

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