#074EBE

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

Shades of Cobalt #074EBE

Tints of Cobalt #074EBE

Color information

#074EBE (or 0x074EBE) is unknown color: approx Cobalt. HEX triplet: 07, 4E and BE. RGB value is (7,78,190). Sum of RGB (Red+Green+Blue) = 7+78+190=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #074EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EBE is #F8B141. Grayscale: #454545. Windows color (decimal): -16298306 or 12471815. OLE color: 12471815.

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

Color convert

RGB778190-
CMYK0.960.5900.25
HSL216.72º92.89%38.63%-
HSV(B)216.72º96.32%74.51%-
XYZ12.119.2149.86-
YUV69.54195.9883.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=2.55%
G=28.36%
B=69.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7781900.960.5900.25216.7292.8938.63
Hex74EBE603B019d95d27
Octal71162761407303133113547
Binary1111001110101111101100000111011011001110110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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