Html Css Color HEX #064DBA Cobalt

📋 copy color: '#064DBA'

red 6 ◦ green 77 ◦ blue 186

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

Shades of Cobalt #064DBA

Tints of Cobalt #064DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

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

R = 2.23%
G = 28.62%
B = 69.14%

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

#064DBA (or 0x064DBA) is known color: Cobalt. HEX triplet: 06, 4D and BA. RGB value is (6,77,186). Sum of RGB (Red+Green+Blue) = 6+77+186=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #064DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DBA is #F9B245. Grayscale: #434343. Windows color (decimal): -16364102 or 12209414. OLE color: 12209414.

HSL color Cylindrical-coordinate representation of color #064DBA: hue angle of 216.33º 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 #064DBA is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 77 186 -
CMYK 0.97 0.59 0 0.27
HSL 216.33º 0.94% 0.38% -
HSV(B) 216.33º 0.97% 0.73% -
XYZ 11.59 8.89 47.56 -
YUV 68.2 194.48 83.64 -
System Red Green Blue C M Y K H S L
Decimal 6 77 186 0.97 0.59 0 0.27 216.33 0.94 0.38
Hex 6 4D BA 61 3B 0 1B D8 5E 26
Octal 6 115 272 141 73 0 33 330 136 46
Binary 110 1001101 10111010 1100001 111011 0 11011 11011000 1011110 100110

Color Harmonies of #064DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DBA

Black with #064DBA

Text Example


Text Example

White with #064DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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