#0465B5

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

Shades of Denim #0465B5

Tints of Denim #0465B5

Color information

#0465B5 (or 0x0465B5) is unknown color: approx Denim. HEX triplet: 04, 65 and B5. RGB value is (4,101,181). Sum of RGB (Red+Green+Blue) = 4+101+181=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #0465B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0465B5 is #FB9A4A. Grayscale: #505050. Windows color (decimal): -16489035 or 11887876. OLE color: 11887876.

HSL color Cylindrical-coordinate representation of color #0465B5: hue angle of 207.12º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465B5 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4101181-
CMYK0.980.4400.29
HSL207.12º95.68%36.27%-
HSV(B)207.12º97.79%70.98%-
XYZ13.0412.6745.47-
YUV81.12184.3673-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 181 (71.09% from 255) = 63.29%
R=1.40%
G=35.31%
B=63.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41011810.980.4400.29207.1295.6836.27
Hex465B5622C01Dcf6024
Octal41452651425403531714044
Binary1001100101101101011100010101100011101110011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0465B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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