Html Css Color HEX #064F9E Cobalt

📋 copy color: '#064F9E'

red 6 ◦ green 79 ◦ blue 158

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

Shades of Cobalt #064F9E

Tints of Cobalt #064F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.02%

R = 2.47%
G = 32.51%
B = 65.02%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#064F9E (or 0x064F9E) is known color: Cobalt. HEX triplet: 06, 4F and 9E. RGB value is (6,79,158). Sum of RGB (Red+Green+Blue) = 6+79+158=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #064F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F9E is #F9B061. Grayscale: #414141. Windows color (decimal): -16363618 or 10374918. OLE color: 10374918.

HSL color Cylindrical-coordinate representation of color #064F9E: hue angle of 211.18º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064F9E is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 79 158 -
CMYK 0.96 0.50 0 0.38
HSL 211.18º 0.93% 0.32% -
HSV(B) 211.18º 0.96% 0.62% -
XYZ 9.04 8.1 33.43 -
YUV 66.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 6 79 158 0.96 0.50 0 0.38 211.18 0.93 0.32
Hex 6 4F 9E 60 32 0 26 D3 5D 20
Octal 6 117 236 140 62 0 46 323 135 40
Binary 110 1001111 10011110 1100000 110010 0 100110 11010011 1011101 100000

Color Harmonies of #064F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F9E

Black with #064F9E

Text Example


Text Example

White with #064F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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