Html Css Color HEX #064EBA Cobalt

📋 copy color: '#064EBA'

red 6 ◦ green 78 ◦ blue 186

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

Shades of Cobalt #064EBA

Tints of Cobalt #064EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.89%

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

R = 2.22%
G = 28.89%
B = 68.89%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#064EBA (or 0x064EBA) is known color: Cobalt. HEX triplet: 06, 4E and BA. RGB value is (6,78,186). Sum of RGB (Red+Green+Blue) = 6+78+186=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #064EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EBA is #F9B145. Grayscale: #444444. Windows color (decimal): -16363846 or 12209670. OLE color: 12209670.

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

Color convert

RGB 6 78 186 -
CMYK 0.97 0.58 0 0.27
HSL 216º 0.94% 0.38% -
HSV(B) 216º 0.97% 0.73% -
XYZ 11.66 9.03 47.58 -
YUV 68.78 194.15 83.22 -
System Red Green Blue C M Y K H S L
Decimal 6 78 186 0.97 0.58 0 0.27 216 0.94 0.38
Hex 6 4E BA 61 3A 0 1B D8 5E 26
Octal 6 116 272 141 72 0 33 330 136 46
Binary 110 1001110 10111010 1100001 111010 0 11011 11011000 1011110 100110

Color Harmonies of #064EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EBA

Black with #064EBA

Text Example


Text Example

White with #064EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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