Html Css Color HEX #064CBA Cobalt

📋 copy color: '#064CBA'

red 6 ◦ green 76 ◦ blue 186

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

Shades of Cobalt #064CBA

Tints of Cobalt #064CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 2.24%
G = 28.36%
B = 69.4%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#064CBA (or 0x064CBA) is known color: Cobalt. HEX triplet: 06, 4C and BA. RGB value is (6,76,186). Sum of RGB (Red+Green+Blue) = 6+76+186=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #064CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CBA is #F9B345. Grayscale: #434343. Windows color (decimal): -16364358 or 12209158. OLE color: 12209158.

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

Color convert

RGB 6 76 186 -
CMYK 0.97 0.59 0 0.27
HSL 216.67º 0.94% 0.38% -
HSV(B) 216.67º 0.97% 0.73% -
XYZ 11.52 8.75 47.54 -
YUV 67.61 194.81 84.06 -
System Red Green Blue C M Y K H S L
Decimal 6 76 186 0.97 0.59 0 0.27 216.67 0.94 0.38
Hex 6 4C BA 61 3B 0 1B D9 5E 26
Octal 6 114 272 141 73 0 33 331 136 46
Binary 110 1001100 10111010 1100001 111011 0 11011 11011001 1011110 100110

Color Harmonies of #064CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CBA

Black with #064CBA

Text Example


Text Example

White with #064CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,186); }

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

background-color css

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

 a { background-color: rgb(6,76,186); }

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

border-color css

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

 span { border-color: rgb(6,76,186); }

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