#0648A5

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

Shades of Cobalt #0648A5

Tints of Cobalt #0648A5

Color information

#0648A5 (or 0x0648A5) is unknown color: approx Cobalt. HEX triplet: 06, 48 and A5. RGB value is (6,72,165). Sum of RGB (Red+Green+Blue) = 6+72+165=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #0648A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0648A5 is #F9B75A. Grayscale: #3E3E3E. Windows color (decimal): -16365403 or 10831878. OLE color: 10831878.

HSL color Cylindrical-coordinate representation of color #0648A5: hue angle of 215.09º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0648A5 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB672165-
CMYK0.960.5600.35
HSL215.09º92.98%33.53%-
HSV(B)215.09º96.36%64.71%-
XYZ9.187.3936.54-
YUV62.87185.6387.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 165 (64.84% from 255) = 67.90%
R=2.47%
G=29.63%
B=67.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6721650.960.5600.35215.0992.9833.53
Hex648A56038023d75d22
Octal61102451407004332713542
Binary11010010001010010111000001110000100011110101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0648A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0648A5; }

 p { color: rgb(6,72,165); }

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

<style>
 a { background-color: #0648A5; }

 a { background-color: rgb(6,72,165); }

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

<style>
 span { border-color: #0648A5; }

 span { border-color: rgb(6,72,165); }

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