#0257BB

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

Shades of Denim #0257BB

Tints of Denim #0257BB

Color information

#0257BB (or 0x0257BB) is unknown color: approx Denim. HEX triplet: 02, 57 and BB. RGB value is (2,87,187). Sum of RGB (Red+Green+Blue) = 2+87+187=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0257BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257BB is #FDA844. Grayscale: #484848. Windows color (decimal): -16623685 or 12277506. OLE color: 12277506.

HSL color Cylindrical-coordinate representation of color #0257BB: hue angle of 212.43º 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 #0257BB is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB287187-
CMYK0.990.5300.27
HSL212.43º97.88%37.06%-
HSV(B)212.43º98.93%73.33%-
XYZ12.410.4248.37-
YUV72.98192.3477.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 187 (73.44% from 255) = 67.75%
R=0.72%
G=31.52%
B=67.75%

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
Decimal2871870.990.5300.27212.4397.8837.06
Hex257BB633501Bd46225
Octal21272731436503332414245
Binary101010111101110111100011110101011011110101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0257BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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