Html Css Color HEX #064AB9 Cobalt

📋 copy color: '#064AB9'

red 6 ◦ green 74 ◦ blue 185

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

Shades of Cobalt #064AB9

Tints of Cobalt #064AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

 BLUE value IS 185 (72.66% from 255) = 69.81%

R = 2.26%
G = 27.92%
B = 69.81%

CMYK

 C value IS 0.97

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#064AB9 (or 0x064AB9) is known color: Cobalt. HEX triplet: 06, 4A and B9. RGB value is (6,74,185). Sum of RGB (Red+Green+Blue) = 6+74+185=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #064AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AB9 is #F9B546. Grayscale: #414141. Windows color (decimal): -16364871 or 12143110. OLE color: 12143110.

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

Color convert

RGB 6 74 185 -
CMYK 0.97 0.6 0 0.27
HSL 217.21º 0.94% 0.37% -
HSV(B) 217.21º 0.97% 0.73% -
XYZ 11.28 8.44 46.93 -
YUV 66.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 6 74 185 0.97 0.6 0 0.27 217.21 0.94 0.37
Hex 6 4A B9 61 3C 0 1B D9 5E 25
Octal 6 112 271 141 74 0 33 331 136 45
Binary 110 1001010 10111001 1100001 111100 0 11011 11011001 1011110 100101

Color Harmonies of #064AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AB9

Black with #064AB9

Text Example


Text Example

White with #064AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064AB9; }

 p { color: rgb(6,74,185); }

 H1.HeaderClassName
 {
   color: #064AB9;
 }
 .AnyTagClassName
 {
   color: #064AB9;
 }
</style>

background-color css

<style>
 a { background-color: #064AB9; }

 a { background-color: rgb(6,74,185); }

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

border-color css

<style>
 span { border-color: #064AB9; }

 span { border-color: rgb(6,74,185); }

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