#0648BC

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

Shades of Cobalt #0648BC

Tints of Cobalt #0648BC

Color information

#0648BC (or 0x0648BC) is unknown color: approx Cobalt. HEX triplet: 06, 48 and BC. RGB value is (6,72,188). Sum of RGB (Red+Green+Blue) = 6+72+188=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #0648BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0648BC is #F9B743. Grayscale: #404040. Windows color (decimal): -16365380 or 12339206. OLE color: 12339206.

HSL color Cylindrical-coordinate representation of color #0648BC: hue angle of 218.24º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0648BC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB672188-
CMYK0.970.6200.26
HSL218.24º93.81%38.04%-
HSV(B)218.24º96.81%73.73%-
XYZ11.478.348.58-
YUV65.49197.1385.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 188 (73.83% from 255) = 70.68%
R=2.26%
G=27.07%
B=70.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6721880.970.6200.26218.2493.8138.04
Hex648BC613E01Ada5e26
Octal61102741417603233213646
Binary1101001000101111001100001111110011010110110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0648BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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