#0742B2

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

Shades of Cobalt #0742B2

Tints of Cobalt #0742B2

Color information

#0742B2 (or 0x0742B2) is unknown color: approx Cobalt. HEX triplet: 07, 42 and B2. RGB value is (7,66,178). Sum of RGB (Red+Green+Blue) = 7+66+178=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 178 (69.92% from 255 or 70.92% from 251); Max value from RGB is 178 - color contains mainly: blue. Hex color #0742B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0742B2 is #F8BD4D. Grayscale: #3C3C3C. Windows color (decimal): -16301390 or 11682311. OLE color: 11682311.

HSL color Cylindrical-coordinate representation of color #0742B2: hue angle of 219.3º 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 #0742B2 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB766178-
CMYK0.960.6300.30
HSL219.3º92.43%36.27%-
HSV(B)219.3º96.07%69.8%-
XYZ10.077.1642.97-
YUV61.13193.9589.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.79%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 178 (69.92% from 255) = 70.92%
R=2.79%
G=26.29%
B=70.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7661780.960.6300.30219.392.4336.27
Hex742B2603F01Edb5c24
Octal71022621407703633313444
Binary1111000010101100101100000111111011110110110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0742B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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