Html Css Color HEX #064F99 Cobalt

📋 copy color: '#064F99'

red 6 ◦ green 79 ◦ blue 153

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

Shades of Cobalt #064F99

Tints of Cobalt #064F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

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

R = 2.52%
G = 33.19%
B = 64.29%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#064F99 (or 0x064F99) is known color: Cobalt. HEX triplet: 06, 4F and 99. RGB value is (6,79,153). Sum of RGB (Red+Green+Blue) = 6+79+153=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #064F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F99 is #F9B066. Grayscale: #414141. Windows color (decimal): -16363623 or 10047238. OLE color: 10047238.

HSL color Cylindrical-coordinate representation of color #064F99: hue angle of 210.2º 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 #064F99 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 79 153 -
CMYK 0.96 0.48 0 0.4
HSL 210.2º 0.92% 0.31% -
HSV(B) 210.2º 0.96% 0.6% -
XYZ 8.62 7.93 31.21 -
YUV 65.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 6 79 153 0.96 0.48 0 0.4 210.2 0.92 0.31
Hex 6 4F 99 60 30 0 28 D2 5C 1F
Octal 6 117 231 140 60 0 50 322 134 37
Binary 110 1001111 10011001 1100000 110000 0 101000 11010010 1011100 11111

Color Harmonies of #064F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F99

Black with #064F99

Text Example


Text Example

White with #064F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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