Html Css Color HEX #064AB7 Cobalt

📋 copy color: '#064AB7'

red 6 ◦ green 74 ◦ blue 183

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

Shades of Cobalt #064AB7

Tints of Cobalt #064AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 69.58%

R = 2.28%
G = 28.14%
B = 69.58%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#064AB7 (or 0x064AB7) is known color: Cobalt. HEX triplet: 06, 4A and B7. RGB value is (6,74,183). Sum of RGB (Red+Green+Blue) = 6+74+183=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 183 (71.88% from 255 or 69.58% from 263); Max value from RGB is 183 - color contains mainly: blue. Hex color #064AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AB7 is #F9B548. Grayscale: #414141. Windows color (decimal): -16364873 or 12012038. OLE color: 12012038.

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

Color convert

RGB 6 74 183 -
CMYK 0.97 0.60 0 0.28
HSL 216.95º 0.94% 0.37% -
HSV(B) 216.95º 0.97% 0.72% -
XYZ 11.07 8.36 45.83 -
YUV 66.09 193.97 85.14 -
System Red Green Blue C M Y K H S L
Decimal 6 74 183 0.97 0.60 0 0.28 216.95 0.94 0.37
Hex 6 4A B7 61 3C 0 1C D9 5E 25
Octal 6 112 267 141 74 0 34 331 136 45
Binary 110 1001010 10110111 1100001 111100 0 11100 11011001 1011110 100101

Color Harmonies of #064AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AB7

Black with #064AB7

Text Example


Text Example

White with #064AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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