Html Css Color HEX #0642BA Cobalt

📋 copy color: '#0642BA'

red 6 ◦ green 66 ◦ blue 186

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

Shades of Cobalt #0642BA

Tints of Cobalt #0642BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 186 (73.05% from 255) = 72.09%

R = 2.33%
G = 25.58%
B = 72.09%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0642BA (or 0x0642BA) is known color: Cobalt. HEX triplet: 06, 42 and BA. RGB value is (6,66,186). Sum of RGB (Red+Green+Blue) = 6+66+186=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #0642BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0642BA is #F9BD45. Grayscale: #3D3D3D. Windows color (decimal): -16366918 or 12206598. OLE color: 12206598.

HSL color Cylindrical-coordinate representation of color #0642BA: hue angle of 220º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0642BA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 66 186 -
CMYK 0.97 0.65 0 0.27
HSL 220º 0.94% 0.38% -
HSV(B) 220º 0.97% 0.73% -
XYZ 10.89 7.48 47.32 -
YUV 61.74 198.12 88.24 -
System Red Green Blue C M Y K H S L
Decimal 6 66 186 0.97 0.65 0 0.27 220 0.94 0.38
Hex 6 42 BA 61 41 0 1B DC 5E 26
Octal 6 102 272 141 101 0 33 334 136 46
Binary 110 1000010 10111010 1100001 1000001 0 11011 11011100 1011110 100110

Color Harmonies of #0642BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0642BA

Black with #0642BA

Text Example


Text Example

White with #0642BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0642BA; }

 p { color: rgb(6,66,186); }

 H1.HeaderClassName
 {
   color: #0642BA;
 }
 .AnyTagClassName
 {
   color: #0642BA;
 }
</style>

background-color css

<style>
 a { background-color: #0642BA; }

 a { background-color: rgb(6,66,186); }

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

border-color css

<style>
 span { border-color: #0642BA; }

 span { border-color: rgb(6,66,186); }

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