Html Css Color HEX #064AAB Cobalt

📋 copy color: '#064AAB'

red 6 ◦ green 74 ◦ blue 171

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

Shades of Cobalt #064AAB

Tints of Cobalt #064AAB

RGB

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

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

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

R = 2.39%
G = 29.48%
B = 68.13%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#064AAB (or 0x064AAB) is known color: Cobalt. HEX triplet: 06, 4A and AB. RGB value is (6,74,171). Sum of RGB (Red+Green+Blue) = 6+74+171=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #064AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AAB is #F9B554. Grayscale: #404040. Windows color (decimal): -16364885 or 11225606. OLE color: 11225606.

HSL color Cylindrical-coordinate representation of color #064AAB: hue angle of 215.27º 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 #064AAB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 74 171 -
CMYK 0.96 0.57 0 0.33
HSL 215.27º 0.93% 0.35% -
HSV(B) 215.27º 0.96% 0.67% -
XYZ 9.87 7.88 39.53 -
YUV 64.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 6 74 171 0.96 0.57 0 0.33 215.27 0.93 0.35
Hex 6 4A AB 60 39 0 21 D7 5D 23
Octal 6 112 253 140 71 0 41 327 135 43
Binary 110 1001010 10101011 1100000 111001 0 100001 11010111 1011101 100011

Color Harmonies of #064AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AAB

Black with #064AAB

Text Example


Text Example

White with #064AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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