#074FB0

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

Shades of Cobalt #074FB0

Tints of Cobalt #074FB0

Color information

#074FB0 (or 0x074FB0) is unknown color: approx Cobalt. HEX triplet: 07, 4F and B0. RGB value is (7,79,176). Sum of RGB (Red+Green+Blue) = 7+79+176=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #074FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074FB0 is #F8B04F. Grayscale: #444444. Windows color (decimal): -16298064 or 11554567. OLE color: 11554567.

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

Color convert

RGB779176-
CMYK0.960.5500.31
HSL214.44º92.35%35.88%-
HSV(B)214.44º96.02%69.02%-
XYZ10.728.7742.2-
YUV68.53188.6584.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.67%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 176 (69.14% from 255) = 67.18%
R=2.67%
G=30.15%
B=67.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7791760.960.5500.31214.4492.3535.88
Hex74FB0603701Fd65c24
Octal71172601406703732613444
Binary1111001111101100001100000110111011111110101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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