Html Css Color HEX #0640AB Cobalt

📋 copy color: '#0640AB'

red 6 ◦ green 64 ◦ blue 171

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

Shades of Cobalt #0640AB

Tints of Cobalt #0640AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 2.49%
G = 26.56%
B = 70.95%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0640AB (or 0x0640AB) is known color: Cobalt. HEX triplet: 06, 40 and AB. RGB value is (6,64,171). Sum of RGB (Red+Green+Blue) = 6+64+171=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0640AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0640AB is #F9BF54. Grayscale: #3A3A3A. Windows color (decimal): -16367445 or 11223046. OLE color: 11223046.

HSL color Cylindrical-coordinate representation of color #0640AB: hue angle of 218.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0640AB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 64 171 -
CMYK 0.96 0.63 0 0.33
HSL 218.91º 0.93% 0.35% -
HSV(B) 218.91º 0.96% 0.67% -
XYZ 9.26 6.65 39.32 -
YUV 58.86 191.28 90.3 -
System Red Green Blue C M Y K H S L
Decimal 6 64 171 0.96 0.63 0 0.33 218.91 0.93 0.35
Hex 6 40 AB 60 3F 0 21 DB 5D 23
Octal 6 100 253 140 77 0 41 333 135 43
Binary 110 1000000 10101011 1100000 111111 0 100001 11011011 1011101 100011

Color Harmonies of #0640AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640AB

Black with #0640AB

Text Example


Text Example

White with #0640AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0640AB; }

 p { color: rgb(6,64,171); }

 H1.HeaderClassName
 {
   color: #0640AB;
 }
 .AnyTagClassName
 {
   color: #0640AB;
 }
</style>

background-color css

<style>
 a { background-color: #0640AB; }

 a { background-color: rgb(6,64,171); }

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

border-color css

<style>
 span { border-color: #0640AB; }

 span { border-color: rgb(6,64,171); }

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