#073CBB

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

Shades of Cobalt #073CBB

Tints of Cobalt #073CBB

Color information

#073CBB (or 0x073CBB) is unknown color: approx Cobalt. HEX triplet: 07, 3C and BB. RGB value is (7,60,187). Sum of RGB (Red+Green+Blue) = 7+60+187=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #073CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CBB is #F8C344. Grayscale: #3A3A3A. Windows color (decimal): -16302917 or 12270599. OLE color: 12270599.

HSL color Cylindrical-coordinate representation of color #073CBB: hue angle of 222.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073CBB is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB760187-
CMYK0.960.6800.27
HSL222.33º92.78%38.04%-
HSV(B)222.33º96.26%73.33%-
XYZ10.676.8647.78-
YUV58.63200.4491.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 187 (73.44% from 255) = 73.62%
R=2.76%
G=23.62%
B=73.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7601870.960.6800.27222.3392.7838.04
Hex73CBB604401Bde5d26
Octal77427314010403333613546
Binary1111111001011101111000001000100011011110111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073CBB; }

 p { color: rgb(7,60,187); }

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

<style>
 a { background-color: #073CBB; }

 a { background-color: rgb(7,60,187); }

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

<style>
 span { border-color: #073CBB; }

 span { border-color: rgb(7,60,187); }

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