#064598

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

Shades of Cobalt #064598

Tints of Cobalt #064598

Color information

#064598 (or 0x064598) is unknown color: approx Cobalt. HEX triplet: 06, 45 and 98. RGB value is (6,69,152). Sum of RGB (Red+Green+Blue) = 6+69+152=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #064598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064598 is #F9BA67. Grayscale: #3B3B3B. Windows color (decimal): -16366184 or 9979142. OLE color: 9979142.

HSL color Cylindrical-coordinate representation of color #064598: hue angle of 214.11º 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 #064598 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB669152-
CMYK0.960.5500.40
HSL214.11º92.41%30.98%-
HSV(B)214.11º96.05%59.61%-
XYZ7.876.5630.56-
YUV59.62180.1389.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 152 (59.77% from 255) = 66.96%
R=2.64%
G=30.40%
B=66.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6691520.960.5500.40214.1192.4130.98
Hex645986037028d65c1f
Octal61052301406705032613437
Binary1101000101100110001100000110111010100011010110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064598; }

 p { color: rgb(6,69,152); }

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

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

 a { background-color: rgb(6,69,152); }

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

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

 span { border-color: rgb(6,69,152); }

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