#0743AB

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

Shades of Cobalt #0743AB

Tints of Cobalt #0743AB

Color information

#0743AB (or 0x0743AB) is unknown color: approx Cobalt. HEX triplet: 07, 43 and AB. RGB value is (7,67,171). Sum of RGB (Red+Green+Blue) = 7+67+171=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #0743AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0743AB is #F8BC54. Grayscale: #3C3C3C. Windows color (decimal): -16301141 or 11223815. OLE color: 11223815.

HSL color Cylindrical-coordinate representation of color #0743AB: hue angle of 218.05º 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 #0743AB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB767171-
CMYK0.960.6100.33
HSL218.05º92.13%34.9%-
HSV(B)218.05º95.91%67.06%-
XYZ9.45739.38-
YUV60.92190.1289.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.86%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=2.86%
G=27.35%
B=69.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7671710.960.6100.33218.0592.1334.9
Hex743AB603D021da5c23
Octal71032531407504133213443
Binary11110000111010101111000001111010100001110110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0743AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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