#0258BB

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

Shades of Denim #0258BB

Tints of Denim #0258BB

Color information

#0258BB (or 0x0258BB) is unknown color: approx Denim. HEX triplet: 02, 58 and BB. RGB value is (2,88,187). Sum of RGB (Red+Green+Blue) = 2+88+187=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #0258BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0258BB is #FDA744. Grayscale: #494949. Windows color (decimal): -16623429 or 12277762. OLE color: 12277762.

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

Color convert

RGB288187-
CMYK0.990.5300.27
HSL212.11º97.88%37.06%-
HSV(B)212.11º98.93%73.33%-
XYZ12.4810.5848.4-
YUV73.57192.0176.95-

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.77%
BLUE value IS 187 (73.44% from 255) = 67.51%
R=0.72%
G=31.77%
B=67.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2881870.990.5300.27212.1197.8837.06
Hex258BB633501Bd46225
Octal21302731436503332414245
Binary101011000101110111100011110101011011110101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0258BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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