#064F9B

Color #064F9B Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #064F9B

Tints of Cobalt #064F9B

Color information

#064F9B (or 0x064F9B) is unknown color: approx Cobalt. HEX triplet: 06, 4F and 9B. RGB value is (6,79,155). Sum of RGB (Red+Green+Blue) = 6+79+155=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #064F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F9B is #F9B064. Grayscale: #414141. Windows color (decimal): -16363621 or 10178310. OLE color: 10178310.

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

Color convert

RGB679155-
CMYK0.960.4900.39
HSL210.6º92.55%31.57%-
HSV(B)210.6º96.13%60.78%-
XYZ8.79832.09-
YUV65.84178.3285.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=2.5%
G=32.92%
B=64.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6791550.960.4900.39210.692.5531.57
Hex64F9B6031027d35d20
Octal61172331406104732313540
Binary11010011111001101111000001100010100111110100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #064F9B;
 }
 .AnyTagClassName
 {
   color: #064F9B;
 }
</style>
background-color css

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

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

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

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

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

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