Html Css Color HEX #064CBC Cobalt

📋 copy color: '#064CBC'

red 6 ◦ green 76 ◦ blue 188

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

Shades of Cobalt #064CBC

Tints of Cobalt #064CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 2.22%
G = 28.15%
B = 69.63%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#064CBC (or 0x064CBC) is known color: Cobalt. HEX triplet: 06, 4C and BC. RGB value is (6,76,188). Sum of RGB (Red+Green+Blue) = 6+76+188=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #064CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CBC is #F9B343. Grayscale: #434343. Windows color (decimal): -16364356 or 12340230. OLE color: 12340230.

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

Color convert

RGB 6 76 188 -
CMYK 0.97 0.60 0 0.26
HSL 216.92º 0.94% 0.38% -
HSV(B) 216.92º 0.97% 0.74% -
XYZ 11.74 8.84 48.66 -
YUV 67.84 195.81 83.89 -
System Red Green Blue C M Y K H S L
Decimal 6 76 188 0.97 0.60 0 0.26 216.92 0.94 0.38
Hex 6 4C BC 61 3C 0 1A D9 5E 26
Octal 6 114 274 141 74 0 32 331 136 46
Binary 110 1001100 10111100 1100001 111100 0 11010 11011001 1011110 100110

Color Harmonies of #064CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CBC

Black with #064CBC

Text Example


Text Example

White with #064CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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