#0950BE

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

Shades of Denim #0950BE

Tints of Denim #0950BE

Color information

#0950BE (or 0x0950BE) is unknown color: approx Denim. HEX triplet: 09, 50 and BE. RGB value is (9,80,190). Sum of RGB (Red+Green+Blue) = 9+80+190=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0950BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950BE is #F6AF41. Grayscale: #464646. Windows color (decimal): -16166722 or 12472329. OLE color: 12472329.

HSL color Cylindrical-coordinate representation of color #0950BE: hue angle of 216.46º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0950BE is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB980190-
CMYK0.950.5800.25
HSL216.46º90.95%39.02%-
HSV(B)216.46º95.26%74.51%-
XYZ12.289.5149.9-
YUV71.31194.9883.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=3.23%
G=28.67%
B=68.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9801900.950.5800.25216.4690.9539.02
Hex950BE5F3A019d85b27
Octal111202761377203133013347
Binary10011010000101111101011111111010011001110110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0950BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0950BE; }

 p { color: rgb(9,80,190); }

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

<style>
 a { background-color: #0950BE; }

 a { background-color: rgb(9,80,190); }

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

<style>
 span { border-color: #0950BE; }

 span { border-color: rgb(9,80,190); }

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