Html Css Color HEX #064AB3 Cobalt

📋 copy color: '#064AB3'

red 6 ◦ green 74 ◦ blue 179

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

Shades of Cobalt #064AB3

Tints of Cobalt #064AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.11%

R = 2.32%
G = 28.57%
B = 69.11%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#064AB3 (or 0x064AB3) is known color: Cobalt. HEX triplet: 06, 4A and B3. RGB value is (6,74,179). Sum of RGB (Red+Green+Blue) = 6+74+179=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #064AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AB3 is #F9B54C. Grayscale: #414141. Windows color (decimal): -16364877 or 11749894. OLE color: 11749894.

HSL color Cylindrical-coordinate representation of color #064AB3: hue angle of 216.42º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AB3 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 74 179 -
CMYK 0.97 0.59 0 0.30
HSL 216.42º 0.94% 0.36% -
HSV(B) 216.42º 0.97% 0.7% -
XYZ 10.66 8.19 43.67 -
YUV 65.64 191.97 85.46 -
System Red Green Blue C M Y K H S L
Decimal 6 74 179 0.97 0.59 0 0.30 216.42 0.94 0.36
Hex 6 4A B3 61 3B 0 1E D8 5E 24
Octal 6 112 263 141 73 0 36 330 136 44
Binary 110 1001010 10110011 1100001 111011 0 11110 11011000 1011110 100100

Color Harmonies of #064AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AB3

Black with #064AB3

Text Example


Text Example

White with #064AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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