#074B9D

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

Shades of Cobalt #074B9D

Tints of Cobalt #074B9D

Color information

#074B9D (or 0x074B9D) is unknown color: approx Cobalt. HEX triplet: 07, 4B and 9D. RGB value is (7,75,157). Sum of RGB (Red+Green+Blue) = 7+75+157=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #074B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074B9D is #F8B462. Grayscale: #3F3F3F. Windows color (decimal): -16299107 or 10308359. OLE color: 10308359.

HSL color Cylindrical-coordinate representation of color #074B9D: hue angle of 212.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074B9D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB775157-
CMYK0.960.5200.38
HSL212.8º91.46%32.16%-
HSV(B)212.8º95.54%61.57%-
XYZ8.697.5132.89-
YUV64.02180.4787.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 157 (61.72% from 255) = 65.69%
R=2.93%
G=31.38%
B=65.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7751570.960.5200.38212.891.4632.16
Hex74B9D6034026d55b20
Octal71132351406404632513340
Binary11110010111001110111000001101000100110110101011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074B9D; }

 p { color: rgb(7,75,157); }

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

<style>
 a { background-color: #074B9D; }

 a { background-color: rgb(7,75,157); }

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

<style>
 span { border-color: #074B9D; }

 span { border-color: rgb(7,75,157); }

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