#074DB0

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

Shades of Cobalt #074DB0

Tints of Cobalt #074DB0

Color information

#074DB0 (or 0x074DB0) is unknown color: approx Cobalt. HEX triplet: 07, 4D and B0. RGB value is (7,77,176). Sum of RGB (Red+Green+Blue) = 7+77+176=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 176 (69.14% from 255 or 67.69% from 260); Max value from RGB is 176 - color contains mainly: blue. Hex color #074DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074DB0 is #F8B24F. Grayscale: #424242. Windows color (decimal): -16298576 or 11554055. OLE color: 11554055.

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

Color convert

RGB777176-
CMYK0.960.5600.31
HSL215.15º92.35%35.88%-
HSV(B)215.15º96.02%69.02%-
XYZ10.588.4942.16-
YUV67.36189.3184.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.69%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 176 (69.14% from 255) = 67.69%
R=2.69%
G=29.62%
B=67.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7771760.960.5600.31215.1592.3535.88
Hex74DB0603801Fd75c24
Octal71152601407003732713444
Binary1111001101101100001100000111000011111110101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,77,176); }

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

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

 a { background-color: rgb(7,77,176); }

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

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

 span { border-color: rgb(7,77,176); }

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