#0B6489

Color #0B6489 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0B6489

Tints of Allports #0B6489

Color information

#0B6489 (or 0x0B6489) is unknown color: approx Allports. HEX triplet: 0B, 64 and 89. RGB value is (11,100,137). Sum of RGB (Red+Green+Blue) = 11+100+137=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B6489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6489 is #F49B76. Grayscale: #4D4D4D. Windows color (decimal): -16030583 or 9004043. OLE color: 9004043.

HSL color Cylindrical-coordinate representation of color #0B6489: hue angle of 197.62º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6489 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11100137-
CMYK0.920.2700.46
HSL197.62º85.14%29.02%-
HSV(B)197.62º91.97%53.73%-
XYZ9.2110.9925.3-
YUV77.61161.5180.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.44%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=4.44%
G=40.32%
B=55.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111001370.920.2700.46197.6285.1429.02
HexB64895C1B02Ec6551d
Octal131442111343305630612535
Binary1011110010010001001101110011011010111011000110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6489; }

 p { color: rgb(11,100,137); }

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

<style>
 a { background-color: #0B6489; }

 a { background-color: rgb(11,100,137); }

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

<style>
 span { border-color: #0B6489; }

 span { border-color: rgb(11,100,137); }

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