Html Css Color HEX #064C99 Cobalt

📋 copy color: '#064C99'

red 6 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #064C99

Tints of Cobalt #064C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 2.55%
G = 32.34%
B = 65.11%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#064C99 (or 0x064C99) is known color: Cobalt. HEX triplet: 06, 4C and 99. RGB value is (6,76,153). Sum of RGB (Red+Green+Blue) = 6+76+153=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #064C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C99 is #F9B366. Grayscale: #3F3F3F. Windows color (decimal): -16364391 or 10046470. OLE color: 10046470.

HSL color Cylindrical-coordinate representation of color #064C99: hue angle of 211.43º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064C99 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 76 153 -
CMYK 0.96 0.50 0 0.4
HSL 211.43º 0.92% 0.31% -
HSV(B) 211.43º 0.96% 0.6% -
XYZ 8.41 7.51 31.14 -
YUV 63.85 178.31 86.74 -
System Red Green Blue C M Y K H S L
Decimal 6 76 153 0.96 0.50 0 0.4 211.43 0.92 0.31
Hex 6 4C 99 60 32 0 28 D3 5C 1F
Octal 6 114 231 140 62 0 50 323 134 37
Binary 110 1001100 10011001 1100000 110010 0 101000 11010011 1011100 11111

Color Harmonies of #064C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C99

Black with #064C99

Text Example


Text Example

White with #064C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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