#0750AF

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

Shades of Cobalt #0750AF

Tints of Cobalt #0750AF

Color information

#0750AF (or 0x0750AF) is unknown color: approx Cobalt. HEX triplet: 07, 50 and AF. RGB value is (7,80,175). Sum of RGB (Red+Green+Blue) = 7+80+175=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #0750AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0750AF is #F8AF50. Grayscale: #444444. Windows color (decimal): -16297809 or 11489287. OLE color: 11489287.

HSL color Cylindrical-coordinate representation of color #0750AF: hue angle of 213.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0750AF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB780175-
CMYK0.960.5400.31
HSL213.93º92.31%35.69%-
HSV(B)213.93º96%68.63%-
XYZ10.698.8841.71-
YUV69187.8283.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.67%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 175 (68.75% from 255) = 66.79%
R=2.67%
G=30.53%
B=66.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7801750.960.5400.31213.9392.3135.69
Hex750AF603601Fd65c24
Octal71202571406603732613444
Binary1111010000101011111100000110110011111110101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0750AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0750AF; }

 p { color: rgb(7,80,175); }

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

<style>
 a { background-color: #0750AF; }

 a { background-color: rgb(7,80,175); }

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

<style>
 span { border-color: #0750AF; }

 span { border-color: rgb(7,80,175); }

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