#074AAD

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

Shades of Cobalt #074AAD

Tints of Cobalt #074AAD

Color information

#074AAD (or 0x074AAD) is unknown color: approx Cobalt. HEX triplet: 07, 4A and AD. RGB value is (7,74,173). Sum of RGB (Red+Green+Blue) = 7+74+173=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #074AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074AAD is #F8B552. Grayscale: #404040. Windows color (decimal): -16299347 or 11356679. OLE color: 11356679.

HSL color Cylindrical-coordinate representation of color #074AAD: hue angle of 215.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AAD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB774173-
CMYK0.960.5700.32
HSL215.78º92.22%35.29%-
HSV(B)215.78º95.95%67.84%-
XYZ10.087.9640.54-
YUV65.25188.886.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 173 (67.97% from 255) = 68.11%
R=2.76%
G=29.13%
B=68.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7741730.960.5700.32215.7892.2235.29
Hex74AAD6039020d85c23
Octal71122551407104033013443
Binary11110010101010110111000001110010100000110110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,173); }

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

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

 a { background-color: rgb(7,74,173); }

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

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

 span { border-color: rgb(7,74,173); }

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