#074CBE

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

Shades of Cobalt #074CBE

Tints of Cobalt #074CBE

Color information

#074CBE (or 0x074CBE) is unknown color: approx Cobalt. HEX triplet: 07, 4C and BE. RGB value is (7,76,190). Sum of RGB (Red+Green+Blue) = 7+76+190=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #074CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CBE is #F8B341. Grayscale: #434343. Windows color (decimal): -16298818 or 12471303. OLE color: 12471303.

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

Color convert

RGB776190-
CMYK0.960.6000.25
HSL217.38º92.89%38.63%-
HSV(B)217.38º96.32%74.51%-
XYZ11.978.9349.81-
YUV68.36196.6484.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 190 (74.61% from 255) = 69.60%
R=2.56%
G=27.84%
B=69.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7761900.960.6000.25217.3892.8938.63
Hex74CBE603C019d95d27
Octal71142761407403133113547
Binary1111001100101111101100000111100011001110110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,76,190); }

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

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

 a { background-color: rgb(7,76,190); }

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

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

 span { border-color: rgb(7,76,190); }

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