#0262B1

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

Shades of Denim #0262B1

Tints of Denim #0262B1

Color information

#0262B1 (or 0x0262B1) is unknown color: approx Denim. HEX triplet: 02, 62 and B1. RGB value is (2,98,177). Sum of RGB (Red+Green+Blue) = 2+98+177=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #0262B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0262B1 is #FD9D4E. Grayscale: #4D4D4D. Windows color (decimal): -16620879 or 11624962. OLE color: 11624962.

HSL color Cylindrical-coordinate representation of color #0262B1: hue angle of 207.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262B1 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB298177-
CMYK0.990.4500.31
HSL207.09º97.77%35.1%-
HSV(B)207.09º98.87%69.41%-
XYZ12.3311.9243.25-
YUV78.3183.773.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 177 (69.53% from 255) = 63.90%
R=0.72%
G=35.38%
B=63.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2981770.990.4500.31207.0997.7735.1
Hex262B1632D01Fcf6223
Octal21422611435503731714243
Binary101100010101100011100011101101011111110011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0262B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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