#0755AB

Color #0755AB Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0755AB

Tints of Cobalt #0755AB

Color information

#0755AB (or 0x0755AB) is unknown color: approx Cobalt. HEX triplet: 07, 55 and AB. RGB value is (7,85,171). Sum of RGB (Red+Green+Blue) = 7+85+171=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #0755AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0755AB is #F8AA54. Grayscale: #474747. Windows color (decimal): -16296533 or 11228423. OLE color: 11228423.

HSL color Cylindrical-coordinate representation of color #0755AB: hue angle of 211.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0755AB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB785171-
CMYK0.960.5000.33
HSL211.46º92.13%34.9%-
HSV(B)211.46º95.91%67.06%-
XYZ10.699.4839.8-
YUV71.48184.1682.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=2.66%
G=32.32%
B=65.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7851710.960.5000.33211.4692.1334.9
Hex755AB6032021d35c23
Octal71252531406204132313443
Binary11110101011010101111000001100100100001110100111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0755AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0755AB; }

 p { color: rgb(7,85,171); }

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

<style>
 a { background-color: #0755AB; }

 a { background-color: rgb(7,85,171); }

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

<style>
 span { border-color: #0755AB; }

 span { border-color: rgb(7,85,171); }

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