Html Css Color HEX #0648BC Cobalt

📋 copy color: '#0648BC'

red 6 ◦ green 72 ◦ blue 188

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

Shades of Cobalt #0648BC

Tints of Cobalt #0648BC

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 value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0648BC (or 0x0648BC) is known color: 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

RGB 6 72 188 -
CMYK 0.97 0.62 0 0.26
HSL 218.24º 0.94% 0.38% -
HSV(B) 218.24º 0.97% 0.74% -
XYZ 11.47 8.3 48.58 -
YUV 65.49 197.13 85.57 -
System Red Green Blue C M Y K H S L
Decimal 6 72 188 0.97 0.62 0 0.26 218.24 0.94 0.38
Hex 6 48 BC 61 3E 0 1A DA 5E 26
Octal 6 110 274 141 76 0 32 332 136 46
Binary 110 1001000 10111100 1100001 111110 0 11010 11011010 1011110 100110

Color Harmonies of #0648BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0648BC

Black with #0648BC

Text Example


Text Example

White with #0648BC

Text Example


Text Example

HTML Codes & Css Web 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>