#0465B3

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

Shades of Denim #0465B3

Tints of Denim #0465B3

Color information

#0465B3 (or 0x0465B3) is unknown color: approx Denim. HEX triplet: 04, 65 and B3. RGB value is (4,101,179). Sum of RGB (Red+Green+Blue) = 4+101+179=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #0465B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0465B3 is #FB9A4C. Grayscale: #505050. Windows color (decimal): -16489037 or 11756804. OLE color: 11756804.

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

Color convert

RGB4101179-
CMYK0.980.4400.30
HSL206.74º95.63%35.88%-
HSV(B)206.74º97.77%70.2%-
XYZ12.8412.5944.4-
YUV80.89183.3673.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 179 (70.31% from 255) = 63.03%
R=1.41%
G=35.56%
B=63.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41011790.980.4400.30206.7495.6335.88
Hex465B3622C01Ecf6024
Octal41452631425403631714044
Binary1001100101101100111100010101100011110110011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0465B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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