#0757B2

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

Shades of Cobalt #0757B2

Tints of Cobalt #0757B2

Color information

#0757B2 (or 0x0757B2) is unknown color: approx Cobalt. HEX triplet: 07, 57 and B2. RGB value is (7,87,178). Sum of RGB (Red+Green+Blue) = 7+87+178=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 178 (69.92% from 255 or 65.44% from 272); Max value from RGB is 178 - color contains mainly: blue. Hex color #0757B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0757B2 is #F8A84D. Grayscale: #494949. Windows color (decimal): -16296014 or 11687687. OLE color: 11687687.

HSL color Cylindrical-coordinate representation of color #0757B2: hue angle of 211.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0757B2 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB787178-
CMYK0.960.5100.30
HSL211.93º92.43%36.27%-
HSV(B)211.93º96.07%69.8%-
XYZ11.5310.0843.46-
YUV73.4518780.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.57%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 178 (69.92% from 255) = 65.44%
R=2.57%
G=31.99%
B=65.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7871780.960.5100.30211.9392.4336.27
Hex757B2603301Ed45c24
Octal71272621406303632413444
Binary1111010111101100101100000110011011110110101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0757B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0757B2; }

 p { color: rgb(7,87,178); }

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

<style>
 a { background-color: #0757B2; }

 a { background-color: rgb(7,87,178); }

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

<style>
 span { border-color: #0757B2; }

 span { border-color: rgb(7,87,178); }

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