Html Css Color HEX #0648AD Cobalt

📋 copy color: '#0648AD'

red 6 ◦ green 72 ◦ blue 173

#0648AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0648AD

Tints of Cobalt #0648AD

RGB

 RED value IS 6 (2.73% from 255) = 2.39%

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 2.39%
G = 28.69%
B = 68.92%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0648AD (or 0x0648AD) is known color: Cobalt. HEX triplet: 06, 48 and AD. RGB value is (6,72,173). Sum of RGB (Red+Green+Blue) = 6+72+173=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #0648AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0648AD is #F9B752. Grayscale: #3F3F3F. Windows color (decimal): -16365395 or 11356166. OLE color: 11356166.

HSL color Cylindrical-coordinate representation of color #0648AD: hue angle of 216.29º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0648AD is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 72 173 -
CMYK 0.97 0.58 0 0.32
HSL 216.29º 0.93% 0.35% -
HSV(B) 216.29º 0.97% 0.68% -
XYZ 9.94 7.69 40.5 -
YUV 63.78 189.63 86.79 -
System Red Green Blue C M Y K H S L
Decimal 6 72 173 0.97 0.58 0 0.32 216.29 0.93 0.35
Hex 6 48 AD 61 3A 0 20 D8 5D 23
Octal 6 110 255 141 72 0 40 330 135 43
Binary 110 1001000 10101101 1100001 111010 0 100000 11011000 1011101 100011

Color Harmonies of #0648AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0648AD

Black with #0648AD

Text Example


Text Example

White with #0648AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0648AD;
 }
 .AnyTagClassName
 {
   color: #0648AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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