#074BC0

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

Shades of Cobalt #074BC0

Tints of Cobalt #074BC0

Color information

#074BC0 (or 0x074BC0) is unknown color: approx Cobalt. HEX triplet: 07, 4B and C0. RGB value is (7,75,192). Sum of RGB (Red+Green+Blue) = 7+75+192=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #074BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BC0 is #F8B43F. Grayscale: #434343. Windows color (decimal): -16299072 or 12602119. OLE color: 12602119.

HSL color Cylindrical-coordinate representation of color #074BC0: hue angle of 217.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074BC0 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB775192-
CMYK0.960.6100.25
HSL217.95º92.96%39.02%-
HSV(B)217.95º96.35%75.29%-
XYZ12.128.8850.95-
YUV68.01197.9784.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 192 (75.39% from 255) = 70.07%
R=2.55%
G=27.37%
B=70.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7751920.960.6100.25217.9592.9639.02
Hex74BC0603D019da5d27
Octal71133001407503133213547
Binary1111001011110000001100000111101011001110110101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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