#0258BD

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

Shades of Denim #0258BD

Tints of Denim #0258BD

Color information

#0258BD (or 0x0258BD) is unknown color: approx Denim. HEX triplet: 02, 58 and BD. RGB value is (2,88,189). Sum of RGB (Red+Green+Blue) = 2+88+189=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #0258BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0258BD is #FDA742. Grayscale: #494949. Windows color (decimal): -16623427 or 12408834. OLE color: 12408834.

HSL color Cylindrical-coordinate representation of color #0258BD: hue angle of 212.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258BD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB288189-
CMYK0.990.5300.26
HSL212.41º97.91%37.45%-
HSV(B)212.41º98.94%74.12%-
XYZ12.710.6749.53-
YUV73.8193.0176.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 189 (74.22% from 255) = 67.74%
R=0.72%
G=31.54%
B=67.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2881890.990.5300.26212.4197.9137.45
Hex258BD633501Ad46225
Octal21302751436503232414245
Binary101011000101111011100011110101011010110101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0258BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0258BD; }

 p { color: rgb(2,88,189); }

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

<style>
 a { background-color: #0258BD; }

 a { background-color: rgb(2,88,189); }

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

<style>
 span { border-color: #0258BD; }

 span { border-color: rgb(2,88,189); }

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