Html Css Color HEX #064F9F Cobalt

📋 copy color: '#064F9F'

red 6 ◦ green 79 ◦ blue 159

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

Shades of Cobalt #064F9F

Tints of Cobalt #064F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 2.46%
G = 32.38%
B = 65.16%

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

#064F9F (or 0x064F9F) is known color: Cobalt. HEX triplet: 06, 4F and 9F. RGB value is (6,79,159). Sum of RGB (Red+Green+Blue) = 6+79+159=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #064F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F9F is #F9B060. Grayscale: #414141. Windows color (decimal): -16363617 or 10440454. OLE color: 10440454.

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

Color convert

RGB 6 79 159 -
CMYK 0.96 0.50 0 0.38
HSL 211.37º 0.93% 0.32% -
HSV(B) 211.37º 0.96% 0.62% -
XYZ 9.13 8.13 33.89 -
YUV 66.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 6 79 159 0.96 0.50 0 0.38 211.37 0.93 0.32
Hex 6 4F 9F 60 32 0 26 D3 5D 20
Octal 6 117 237 140 62 0 46 323 135 40
Binary 110 1001111 10011111 1100000 110010 0 100110 11010011 1011101 100000

Color Harmonies of #064F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F9F

Black with #064F9F

Text Example


Text Example

White with #064F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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