#0748A2

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

Shades of Cobalt #0748A2

Tints of Cobalt #0748A2

Color information

#0748A2 (or 0x0748A2) is unknown color: approx Cobalt. HEX triplet: 07, 48 and A2. RGB value is (7,72,162). Sum of RGB (Red+Green+Blue) = 7+72+162=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #0748A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748A2 is #F8B75D. Grayscale: #3E3E3E. Windows color (decimal): -16299870 or 10635271. OLE color: 10635271.

HSL color Cylindrical-coordinate representation of color #0748A2: hue angle of 214.84º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0748A2 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB772162-
CMYK0.960.5600.36
HSL214.84º91.72%33.14%-
HSV(B)214.84º95.68%63.53%-
XYZ8.937.2935.12-
YUV62.82183.9788.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 162 (63.67% from 255) = 67.22%
R=2.90%
G=29.88%
B=67.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7721620.960.5600.36214.8491.7233.14
Hex748A26038024d75c21
Octal71102421407004432713441
Binary11110010001010001011000001110000100100110101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0748A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0748A2; }

 p { color: rgb(7,72,162); }

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

<style>
 a { background-color: #0748A2; }

 a { background-color: rgb(7,72,162); }

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

<style>
 span { border-color: #0748A2; }

 span { border-color: rgb(7,72,162); }

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