#005EB4

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

Shades of Denim #005EB4

Tints of Denim #005EB4

Color information

#005EB4 (or 0x005EB4) is unknown color: approx Denim. HEX triplet: 00, 5E and B4. RGB value is (0,94,180). Sum of RGB (Red+Green+Blue) = 0+94+180=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #005EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EB4 is #FFA14B. Grayscale: #4B4B4B. Windows color (decimal): -16752972 or 11820544. OLE color: 11820544.

HSL color Cylindrical-coordinate representation of color #005EB4: hue angle of 208.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EB4 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB094180-
CMYK10.4800.29
HSL208.67º100%35.29%-
HSV(B)208.67º100%70.59%-
XYZ12.2411.344.72-
YUV75.7186.8674.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 180 (70.70% from 255) = 65.69%
R=0%
G=34.31%
B=65.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal09418010.4800.29208.6710035.29
Hex05EB4643001Dd16423
Octal01362641446003532114443
Binary01011110101101001100100110000011101110100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005EB4; }

 p { color: rgb(0,94,180); }

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

<style>
 a { background-color: #005EB4; }

 a { background-color: rgb(0,94,180); }

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

<style>
 span { border-color: #005EB4; }

 span { border-color: rgb(0,94,180); }

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