#0962B1

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

Shades of Denim #0962B1

Tints of Denim #0962B1

Color information

#0962B1 (or 0x0962B1) is unknown color: approx Denim. HEX triplet: 09, 62 and B1. RGB value is (9,98,177). Sum of RGB (Red+Green+Blue) = 9+98+177=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #0962B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0962B1 is #F69D4E. Grayscale: #4F4F4F. Windows color (decimal): -16162127 or 11624969. OLE color: 11624969.

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

Color convert

RGB998177-
CMYK0.950.4500.31
HSL208.21º90.32%36.47%-
HSV(B)208.21º94.92%69.41%-
XYZ12.4211.9743.25-
YUV80.4182.5177.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=3.17%
G=34.51%
B=62.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9981770.950.4500.31208.2190.3236.47
Hex962B15F2D01Fd05a24
Octal111422611375503732013244
Binary10011100010101100011011111101101011111110100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0962B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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