Html Css Color HEX #064BAC Cobalt

📋 copy color: '#064BAC'

red 6 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #064BAC

Tints of Cobalt #064BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.64%

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 2.37%
G = 29.64%
B = 67.98%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#064BAC (or 0x064BAC) is known color: Cobalt. HEX triplet: 06, 4B and AC. RGB value is (6,75,172). Sum of RGB (Red+Green+Blue) = 6+75+172=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #064BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064BAC is #F9B453. Grayscale: #404040. Windows color (decimal): -16364628 or 11291398. OLE color: 11291398.

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

Color convert

RGB 6 75 172 -
CMYK 0.97 0.56 0 0.33
HSL 215.06º 0.93% 0.35% -
HSV(B) 215.06º 0.97% 0.67% -
XYZ 10.04 8.05 40.05 -
YUV 65.43 188.14 85.61 -
System Red Green Blue C M Y K H S L
Decimal 6 75 172 0.97 0.56 0 0.33 215.06 0.93 0.35
Hex 6 4B AC 61 38 0 21 D7 5D 23
Octal 6 113 254 141 70 0 41 327 135 43
Binary 110 1001011 10101100 1100001 111000 0 100001 11010111 1011101 100011

Color Harmonies of #064BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BAC

Black with #064BAC

Text Example


Text Example

White with #064BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,75,172); }

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

background-color css

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

 a { background-color: rgb(6,75,172); }

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

border-color css

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

 span { border-color: rgb(6,75,172); }

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