#0742B1

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

Shades of Cobalt #0742B1

Tints of Cobalt #0742B1

Color information

#0742B1 (or 0x0742B1) is unknown color: approx Cobalt. HEX triplet: 07, 42 and B1. RGB value is (7,66,177). Sum of RGB (Red+Green+Blue) = 7+66+177=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #0742B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0742B1 is #F8BD4E. Grayscale: #3C3C3C. Windows color (decimal): -16301391 or 11616775. OLE color: 11616775.

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

Color convert

RGB766177-
CMYK0.960.6300.31
HSL219.18º92.39%36.08%-
HSV(B)219.18º96.05%69.41%-
XYZ9.977.1242.44-
YUV61.01193.4589.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.8%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 177 (69.53% from 255) = 70.8%
R=2.8%
G=26.4%
B=70.8%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7661770.960.6300.31219.1892.3936.08
Hex742B1603F01Fdb5c24
Octal71022611407703733313444
Binary1111000010101100011100000111111011111110110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0742B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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