#00549F

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

Shades of Cobalt #00549F

Tints of Cobalt #00549F

Color information

#00549F (or 0x00549F) is unknown color: approx Cobalt. HEX triplet: 00, 54 and 9F. RGB value is (0,84,159). Sum of RGB (Red+Green+Blue) = 0+84+159=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #00549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00549F is #FFAB60. Grayscale: #434343. Windows color (decimal): -16755553 or 10441728. OLE color: 10441728.

HSL color Cylindrical-coordinate representation of color #00549F: hue angle of 208.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00549F is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB084159-
CMYK10.4700.38
HSL208.3º100%31.18%-
HSV(B)208.3º100%62.35%-
XYZ9.438.8434.01-
YUV67.43179.6779.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=0%
G=34.57%
B=65.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal08415910.4700.38208.310031.18
Hex0549F642F026d0641f
Octal01242371445704632014437
Binary01010100100111111100100101111010011011010000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00549F; }

 p { color: rgb(0,84,159); }

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

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

 a { background-color: rgb(0,84,159); }

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

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

 span { border-color: rgb(0,84,159); }

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