#0262B6

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

Shades of Denim #0262B6

Tints of Denim #0262B6

Color information

#0262B6 (or 0x0262B6) is unknown color: approx Denim. HEX triplet: 02, 62 and B6. RGB value is (2,98,182). Sum of RGB (Red+Green+Blue) = 2+98+182=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #0262B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262B6 is #FD9D49. Grayscale: #4E4E4E. Windows color (decimal): -16620874 or 11952642. OLE color: 11952642.

HSL color Cylindrical-coordinate representation of color #0262B6: hue angle of 208º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262B6 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB298182-
CMYK0.990.4600.29
HSL208º97.83%36.08%-
HSV(B)208º98.9%71.37%-
XYZ12.8412.1345.92-
YUV78.87186.273.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 182 (71.48% from 255) = 64.54%
R=0.71%
G=34.75%
B=64.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2981820.990.4600.2920897.8336.08
Hex262B6632E01Dd06224
Octal21422661435603532014244
Binary101100010101101101100011101110011101110100001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0262B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0262B6; }

 p { color: rgb(2,98,182); }

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

<style>
 a { background-color: #0262B6; }

 a { background-color: rgb(2,98,182); }

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

<style>
 span { border-color: #0262B6; }

 span { border-color: rgb(2,98,182); }

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