#0B658E

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

Shades of Allports #0B658E

Tints of Allports #0B658E

Color information

#0B658E (or 0x0B658E) is unknown color: approx Allports. HEX triplet: 0B, 65 and 8E. RGB value is (11,101,142). Sum of RGB (Red+Green+Blue) = 11+101+142=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B658E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B658E is #F49A71. Grayscale: #4E4E4E. Windows color (decimal): -16030322 or 9331979. OLE color: 9331979.

HSL color Cylindrical-coordinate representation of color #0B658E: hue angle of 198.78º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B658E is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11101142-
CMYK0.920.2900.44
HSL198.78º85.62%30%-
HSV(B)198.78º92.25%55.69%-
XYZ9.6711.3327.27-
YUV78.76163.6879.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=4.33%
G=39.76%
B=55.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111011420.920.2900.44198.7885.6230
HexB658E5C1D02Cc7561e
Octal131452161343505430712636
Binary1011110010110001110101110011101010110011000111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,101,142); }

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

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

 a { background-color: rgb(11,101,142); }

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

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

 span { border-color: rgb(11,101,142); }

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